aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Phonet: routing table Netlink interfaceRémi Denis-Courmont2009-10-141-0/+1
* Phonet: routing table backendRémi Denis-Courmont2009-10-141-0/+5
* Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2009-10-141-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-111-5/+5
| |/
* | tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-2/+2
* | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-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-071-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-061-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-09-308-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-261-7/+0
* tunnel: eliminate recursion fieldEric Dumazet2009-09-241-1/+0
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-242-3/+1
* 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-141-3/+3
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-4/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-09-103-4/+4
|\
| * netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-1/+1
| * netlink: constify nlmsghdr argumentsPatrick McHardy2009-08-252-3/+3
* | net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy2009-09-091-0/+1
* | net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-061-0/+4
* | net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2009-09-061-0/+2
* | sctp: turn flags in 'struct sctp_association' into bit fieldsWei Yongjun2009-09-041-12/+9
* | sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta2009-09-042-0/+17
* | sctp: Turn flags in 'sctp_packet' into bit fieldsVlad Yasevich2009-09-041-16/+6
* | sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2009-09-042-3/+5
* | sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich2009-09-041-1/+1
* | sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich2009-09-041-0/+6
* | sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-042-0/+4
* | sctp: Disallow new connection on a closing socketVlad Yasevich2009-09-041-1/+1
* | sctp: remove unused union (sctp_cmsg_data_t) definitionRami Rosen2009-09-041-6/+0
* | tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-021-1/+1
* | vlan: multiqueue vlan deviceEric Dumazet2009-09-021-0/+3
* | inet: inet_connection_sock_af_ops constStephen Hemminger2009-09-021-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-024-8/+8
|\ \