Age | Commit message (Expand) | Author | Files | Lines |
2012-05-16 | net: sock_flag() cleanup | Eric Dumazet | 1 | -1/+1 |
2012-05-16 | fq_codel: should use qdisc backlog as threshold | Eric Dumazet | 1 | -8/+7 |
2012-05-16 | mac802154: monitor device support | alex.bluesman.smirnov@gmail.com | 1 | -0/+8 |
2012-05-16 | ieee802154: interface type to be added | alex.bluesman.smirnov@gmail.com | 1 | -1/+1 |
2012-05-16 | mac802154: declare reduced mlme operations | alex.bluesman.smirnov@gmail.com | 1 | -5/+20 |
2012-05-16 | mac802154: RX data path | alex.bluesman.smirnov@gmail.com | 2 | -0/+5 |
2012-05-16 | mac802154: allocation of ieee802154 device | alex.bluesman.smirnov@gmail.com | 1 | -0/+7 |
2012-05-16 | mac802154: basic ieee802.15.4 device structures | alex.bluesman.smirnov@gmail.com | 1 | -0/+126 |
2012-05-16 | Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 3 | -78/+0 |
2012-05-15 | net: delete all instances of special processing for token ring | Paul Gortmaker | 3 | -78/+0 |
2012-05-15 | xfrm: Convert several xfrm policy match functions to bool. | David S. Miller | 1 | -6/+6 |
2012-05-14 | codel: use u16 field instead of 31bits for rec_inv_sqrt | Eric Dumazet | 1 | -10/+15 |
2012-05-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -0/+35 |
2012-05-12 | codel: use Newton method instead of sqrt() and divides | Eric Dumazet | 1 | -31/+37 |
2012-05-10 | codel: Controlled Delay AQM | Eric Dumazet | 1 | -0/+332 |
2012-05-10 | tcp: Move rcvq sending to tcp_input.c | Pavel Emelyanov | 1 | -2/+1 |
2012-05-08 | {nl,cfg,mac}80211: Allow user to see/configure HT protection mode | Ashok Nagarajan | 1 | -0/+1 |
2012-05-08 | mac80211: Framework to get wifi-driver stats via ethtool. | Ben Greear | 1 | -0/+17 |
2012-05-08 | cfg80211: Add framework to support ethtool stats. | Ben Greear | 1 | -0/+17 |
2012-05-08 | ipvs: add support for sync threads | Pablo Neira Ayuso | 1 | -9/+25 |
2012-05-08 | ipvs: reduce sync rate with time thresholds | Julian Anastasov | 1 | -2/+28 |
2012-05-08 | ipvs: wakeup master thread | Pablo Neira Ayuso | 1 | -0/+29 |
2012-05-08 | netfilter: nf_conntrack: use this_cpu_inc() | Eric Dumazet | 1 | -8/+2 |
2012-05-08 | netfilter: nf_ct_helper: allow to disable automatic helper assignment | Eric Leblond | 2 | -2/+5 |
2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -4/+8 |
2012-05-04 | tcp: be more strict before accepting ECN negociation | Eric Dumazet | 1 | -7/+16 |
2012-05-02 | net: implement tcp coalescing in tcp_queue_rcv() | Eric Dumazet | 1 | -1/+2 |
2012-05-02 | tcp: early retransmit: delayed fast retransmit | Yuchung Cheng | 1 | -0/+3 |
2012-05-02 | tcp: early retransmit | Yuchung Cheng | 1 | -0/+15 |
2012-05-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+2 |
2012-04-30 | net: fix sk_sockets_allocated_read_positive | Eric Dumazet | 1 | -2/+2 |
2012-04-30 | Merge branch 'master' of git://1984.lsi.us.es/net | David S. Miller | 1 | -1/+3 |
2012-04-30 | ipvs: kernel oops - do_ip_vs_get_ctl | Hans Schillstrom | 1 | -0/+2 |
2012-04-30 | ipvs: take care of return value from protocol init_netns | Hans Schillstrom | 1 | -1/+1 |
2012-04-28 | net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 | Benjamin LaHaise | 1 | -0/+3 |
2012-04-27 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 1 | -1/+2 |
2012-04-27 | ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing | Eric Dumazet | 2 | -2/+3 |
2012-04-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+8 |
2012-04-24 | set fake_rtable's dst to NULL to avoid kernel Oops | Peter Huang (Peng) | 1 | -0/+1 |
2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+13 |
2012-04-23 | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 1 | -4/+6 |
2012-04-23 | net ax25: Fix the build when sysctl support is disabled. | Eric W. Biederman | 1 | -2/+2 |
2012-04-23 | net sysctl: Add place holder functions for when sysctl support is compiled ou... | Eric W. Biederman | 1 | -3/+12 |
2012-04-23 | mac80211: declare ieee80211_ave_rssi as EXPORT | Wey-Yi Guy | 1 | -0/+8 |
2012-04-21 | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() | Neal Cardwell | 1 | -0/+1 |
2012-04-21 | tcp: Initial repair mode | Pavel Emelyanov | 1 | -0/+2 |
2012-04-21 | tcp: Move code around | Pavel Emelyanov | 1 | -0/+3 |
2012-04-21 | sock: Introduce named constants for sk_reuse | Pavel Emelyanov | 1 | -0/+11 |
2012-04-20 | net: Remove register_net_sysctl_table | Eric W. Biederman | 1 | -3/+0 |
2012-04-20 | net: Delete all remaining instances of ctl_path | Eric W. Biederman | 3 | -6/+0 |