aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-05tcp: Add reference to initial CWND ietf draft.David S. Miller1-1/+1
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller3-5/+3
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+2
2011-02-03include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argumentJulia Lawall1-1/+2
2011-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+25
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-9/+3
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-3/+0
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-2/+9
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller1-3/+3
2011-02-01IPVS: Remove unused variablesSimon Horman1-2/+0
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-3/+0
2011-02-01netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macrosJozsef Kadlecsik1-0/+9
2011-01-31ipv4: Consolidate all default route selection implementations.David S. Miller1-5/+1
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.David S. Miller1-0/+3
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman1-0/+2
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-0/+1
2011-01-28ipv4: Allocate fib metrics dynamically.David S. Miller1-1/+1
2011-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2011-01-28mac80211: add MCS information to radiotapJohannes Berg1-0/+25
2011-01-27net: Pre-COW metrics for TCP.David S. Miller3-2/+13
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-2/+21
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller1-0/+7
2011-01-27inetpeer: Add metrics storage to inetpeer entries.David S. Miller1-2/+4
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller3-37/+80
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+1
2011-01-24net: change netdev->features to u32Michał Mirosław3-4/+4
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+6
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-2/+2
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+2
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-3/+5
2011-01-20net_sched: RCU conversion of stabEric Dumazet1-6/+15
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-10/+28
2011-01-20netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=nPatrick McHardy1-0/+12
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-85/+484
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei1-0/+1
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy9-12/+40
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg1-0/+1
2011-01-19mac80211: allow advertising correct maximum aggregate sizeJohannes Berg1-0/+5
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+6
2011-01-19mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho1-0/+8
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso3-0/+59
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet1-1/+1
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa1-0/+6
2011-01-18netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao1-2/+2
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-12/+27
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy3-5/+2
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy55-939/+1161