summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt5-11/+11
2008-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-6/+27
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev2-7/+5
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev2-6/+7
2008-10-07netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev1-0/+4
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra2-1/+6
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian3-7/+27
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2-0/+25
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau1-4/+25
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-2/+2
2008-10-06pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski1-0/+1
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard1-3/+12
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2-0/+39
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont1-0/+2
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont1-0/+114
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont1-0/+43
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich1-1/+1
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman1-14/+17
2008-10-01udp: Export UDP socket lookup functionKOVACS Krisztian1-0/+4
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian2-1/+2
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian1-0/+6
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2-1/+10
2008-10-01ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian1-1/+5
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian3-7/+6
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2-2/+4
2008-10-01ipv4: Loosen source address check on IPv4 outputJulian Anastasov1-0/+2
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu1-42/+28
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-3/+12
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen1-0/+2
2008-09-30ieee80211.h: remove superfluous ETH_P_PAE definitionJohn W. Linville1-4/+0
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun1-0/+3
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo2-2/+8
2008-09-24mac80211: clean up rate control APIJohannes Berg1-0/+68
2008-09-24cfg80211: show interface typeJohannes Berg2-2/+6
2008-09-24cfg80211: fix code ordering in header fileJohannes Berg1-9/+9
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski1-4/+1
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller1-25/+15
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller1-1/+1
2008-09-22sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller1-8/+2
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont1-0/+5
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont1-0/+3
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont1-0/+6
2008-09-22Phonet: common socket glueRemi Denis-Courmont1-0/+23
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont1-0/+1
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont1-0/+50
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont1-0/+74
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu1-7/+3
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen1-1/+6