| Commit message (Expand) | Author | Age | Files | Lines |
* | bonding: send IPv6 neighbor advertisement on failover | Brian Haley | 2008-11-06 | 1 | -27/+65 |
* | net: Don't leak packets when a netns is going down | Eric W. Biederman | 2008-11-05 | 1 | -1/+3 |
* | net: Guaranetee the proper ordering of the loopback device. | Eric W. Biederman | 2008-11-05 | 1 | -0/+12 |
* | netns: Delete virtual interfaces during namespace cleanup | Eric W. Biederman | 2008-11-05 | 1 | -0/+6 |
* | net: sk_free_datagram() should use sk_mem_reclaim_partial() | Eric Dumazet | 2008-11-05 | 1 | -3/+2 |
* | dccp: Cleanup routines for feature negotiation | Gerrit Renker | 2008-11-04 | 3 | -1/+3 |
* | dccp: Per-socket initialisation of feature negotiation | Gerrit Renker | 2008-11-04 | 8 | -6/+69 |
* | dccp: List management for new feature negotiation | Gerrit Renker | 2008-11-04 | 2 | -0/+75 |
* | dccp: Implement lookup table for feature-negotiation information | Gerrit Renker | 2008-11-04 | 1 | -0/+39 |
* | dccp: Basic data structure for feature negotiation | Gerrit Renker | 2008-11-04 | 1 | -0/+61 |
* | net/: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-03 | 7 | -9/+0 |
* | netem: eliminate unneeded return values | Stephen Hemminger | 2008-11-03 | 1 | -21/+9 |
* | net: remove two duplicated #include | Jianjun Kong | 2008-11-03 | 2 | -2/+0 |
* | net: '&' redux | Alexey Dobriyan | 2008-11-03 | 38 | -509/+509 |
* | net: increase receive packet quantum | Stephen Hemminger | 2008-11-03 | 1 | -7/+4 |
* | IPVS: Remove supports_ipv6 scheduler flag | Julius Volz | 2008-11-03 | 11 | -48/+6 |
* | IPVS: Add IPv6 support to LBLC/LBLCR schedulers | Julius Volz | 2008-11-03 | 2 | -61/+92 |
* | pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset() | Jarek Poplawski | 2008-11-03 | 1 | -0/+3 |
* | net: clean up net/ipv4/tcp_ipv4.c | Jianjun Kong | 2008-11-03 | 1 | -8/+8 |
* | net: clean up net/ipv4/devinet.c | Jianjun Kong | 2008-11-03 | 1 | -5/+5 |
* | net: clean up net/ipv4/pararp.c | Jianjun Kong | 2008-11-03 | 1 | -7/+7 |
* | net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c | Jianjun Kong | 2008-11-03 | 3 | -5/+5 |
* | net: clean up net/ipv4/ipmr.c | Jianjun Kong | 2008-11-03 | 1 | -65/+65 |
* | net: clean up net/ipv4/ip_sockglue.c tcp_output.c | Jianjun Kong | 2008-11-03 | 2 | -20/+20 |
* | net: clean up net/ipv4/igmp.c | Jianjun Kong | 2008-11-03 | 1 | -23/+23 |
* | net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c | Jianjun Kong | 2008-11-03 | 3 | -18/+18 |
* | net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po... | Jianjun Kong | 2008-11-03 | 6 | -12/+12 |
* | net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in... | Jianjun Kong | 2008-11-03 | 6 | -13/+13 |
* | sunrpc: Fix build warning due to typo in %pI4 format changes. | David S. Miller | 2008-11-02 | 1 | -1/+1 |
* | IPVS: Add IPv6 support to SH and DH schedulers | Julius Volz | 2008-11-02 | 2 | -18/+42 |
* | sch_netem: Replace ->requeue() method with open code | Jarek Poplawski | 2008-11-02 | 1 | -1/+5 |
* | sch_netem: Remove classful functionality | Jarek Poplawski | 2008-11-02 | 1 | -87/+0 |
* | [TCP] CUBIC v2.3 | Sangtae Ha | 2008-11-02 | 1 | -11/+109 |
* | af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.c | Jianjun Kong | 2008-11-01 | 3 | -44/+42 |
* | udp: add a missing smp_wmb() in udp_lib_get_port() | Eric Dumazet | 2008-11-01 | 1 | -0/+5 |
* | xfrm6: handling fragment | Nicolas Dichtel | 2008-11-01 | 1 | -3/+6 |
* | mac80211: fix two kernel-doc warnings | Johannes Berg | 2008-10-31 | 1 | -18/+20 |
* | wireless regulatory: move ignore_request | Johannes Berg | 2008-10-31 | 1 | -63/+63 |
* | wireless: clean up regulatory ignore_request function | Johannes Berg | 2008-10-31 | 1 | -40/+27 |
* | wireless: remove struct regdom hinting | Johannes Berg | 2008-10-31 | 3 | -64/+24 |
* | wireless: make regdom passing semantics simpler | Johannes Berg | 2008-10-31 | 2 | -8/+6 |
* | mac80211: Re-enable aggregation | Sujith | 2008-10-31 | 6 | -54/+64 |
* | mac80211: allow all interfaces types to handle RX action frames | Andrey Yurovsky | 2008-10-31 | 1 | -8/+0 |
* | wireless: remove write-only 'granted' variable | Johannes Berg | 2008-10-31 | 1 | -2/+0 |
* | mac80211: Change WARN_ON to WARN_ON_ONCE | Sujith | 2008-10-31 | 1 | -2/+2 |
* | mac80211: make use of regulatory tx power settings on change of tx power | Luis R. Rodriguez | 2008-10-31 | 1 | -12/+6 |
* | mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss(). | Rami Rosen | 2008-10-31 | 1 | -49/+55 |
* | wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflicts | John W. Linville | 2008-10-31 | 1 | -1/+1 |
* | wireless: use individual buffers for printing ssid values | John W. Linville | 2008-10-31 | 3 | -14/+21 |
* | wireless: escape_ssid should handle non-printables | John W. Linville | 2008-10-31 | 1 | -6/+19 |