summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: cleanup include/netEric Dumazet2009-11-0437-240/+120Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-292-14/+49
|\
| * mac80211: add ieee80211_rx_ni()Kalle Valo2009-10-271-6/+26
| * cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig2009-10-271-8/+23
* | Add dst_feature to query route entry featuresGilad Ben-Yossef2009-10-291-1/+7
* | Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-291-1/+2
* | net: add a list_head parameter to dellink() methodEric Dumazet2009-10-281-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-4/+4
|\ \
| * | net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet2009-10-201-4/+4
* | | rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2009-10-241-0/+4
* | | ipv6 sit: RCU conversion phase IEric Dumazet2009-10-241-0/+1
| |/ |/|
* | pkt_sched: skbedit add support for setting markjamal2009-10-231-0/+2
* | net: Fix for dst_negative_adviceKrishna Kumar2009-10-211-2/+10
* | net: Introduce sk_tx_queue_mappingKrishna Kumar2009-10-211-0/+26
* | net: Avoid compiler warning for mmsghdr when CONFIG_COMPAT is not selectedArnaldo Carvalho de Melo2009-10-201-1/+5
* | xfrm: remove skb_icv_walkSteffen Klassert2009-10-191-3/+0Star
* | ah: Remove obsolete codeSteffen Klassert2009-10-191-26/+3Star
* | ah: Add struct crypto_ahash to ah_dataSteffen Klassert2009-10-191-0/+1
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-195-33/+33
* | Phonet: routing table Netlink interfaceRémi Denis-Courmont2009-10-151-0/+1
* | Phonet: routing table backendRémi Denis-Courmont2009-10-151-0/+5
* | Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2009-10-151-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-132-5/+7
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-131-0/+2
| |\
| | * mac80211: document ieee80211_rx() context requirementJohannes Berg2009-10-121-0/+2
| * | net: Fix struct sock bitfield annotationEric Dumazet2009-10-121-5/+5
| |/
* | tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-2/+2
* | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-131-0/+8
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-094-22/+52
|\ \
| * | cfg80211: add firmware and hardware version to wiphyKalle Valo2009-10-071-0/+3
| * | wext: refactorJohannes Berg2009-10-074-22/+49
* | | udp: dynamically size hash tables at boot timeEric Dumazet2009-10-081-3/+10
* | | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* | | pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-071-0/+1
* | | ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2009-10-071-0/+13
* | | net: speedup sk_wake_async()Eric Dumazet2009-10-071-1/+2
|/ /
* | tunnels: Optimize tx pathEric Dumazet2009-10-051-3/+3
* | ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-051-11/+14
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-018-20/+20
* wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-281-0/+1
* Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2009-09-271-7/+0Star
* tunnel: eliminate recursion fieldEric Dumazet2009-09-251-1/+0Star
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-242-3/+1Star
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-0/+3
* pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski2009-09-151-1/+1
* bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2009-09-151-0/+2
* tcp: fix ssthresh u16 leftoverIlpo Järvinen2009-09-151-0/+7
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-151-3/+3
* net: constify struct net_protocolAlexey Dobriyan2009-09-151-4/+3Star