| Commit message (Expand) | Author | Age | Files | Lines |
* | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 3 | -3/+5 |
* | ipv6: Update Neighbor Cache when IPv6 RA is received on a router | David Ward | 2009-08-29 | 1 | -6/+8 |
* | sit: allow ip fragmentation when using nopmtudisc to fix package loss | Sascha Hlusiak | 2009-08-28 | 1 | -1/+1 |
* | inet6: Set default traffic class | Gerrit Renker | 2009-08-13 | 1 | -0/+3 |
* | inet6: Conversion from u8 to int | Gerrit Renker | 2009-08-13 | 5 | -33/+11 |
* | ipv6: Log the explicit address that triggered DAD failure | Jens Rosenboom | 2009-08-13 | 1 | -2/+2 |
* | net: mark read-only arrays as const | Jan Engelhardt | 2009-08-05 | 1 | -2/+2 |
* | xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled. | David S. Miller | 2009-08-04 | 1 | -1/+6 |
* | inet6: functions shadow global variable | Gerrit Renker | 2009-08-02 | 1 | -2/+2 |
* | xfrm: select sane defaults for xfrm[4|6] gc_thresh | Neil Horman | 2009-07-30 | 2 | -11/+20 |
* | xfrm: export xfrm garbage collector thresholds via sysctl | Neil Horman | 2009-07-27 | 1 | -0/+18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-23 | 1 | -1/+2 |
|\ |
|
| * | tcp: Use correct peer adr when copying MD5 keys | John Dykstra | 2009-07-20 | 1 | -1/+1 |
| * | tcp: Fix MD5 signature checking on IPv4 mapped sockets | John Dykstra | 2009-07-20 | 1 | -0/+1 |
* | | mcastv6: Local variable shadows function argument | Gerrit Renker | 2009-07-21 | 1 | -1/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-16 | 2 | -1/+1 |
|\ \
| |/ |
|
| * | sit: fix regression: do not release skb->dst before xmit | Sascha Hlusiak | 2009-07-11 | 1 | -0/+1 |
| * | net: ip_push_pending_frames() fix | Eric Dumazet | 2009-07-11 | 1 | -1/+0 |
* | | udpv6: Handle large incoming UDP/IPv6 packets and support software UFO | Sridhar Samudrala | 2009-07-12 | 2 | -3/+110 |
* | | udpv6: Remove unused skb argument of ipv6_select_ident() | Sridhar Samudrala | 2009-07-12 | 1 | -15/+3 |
* | | udpv6: Fix gso_size setting in ip6_ufo_append_data | Sridhar Samudrala | 2009-07-12 | 1 | -3/+5 |
* | | udpv6: Fix HW checksum support for outgoing UFO packets | Sridhar Samudrala | 2009-07-12 | 1 | -1/+47 |
* | | ipv6: correct return on ipv6_rcv() packet drop | Mark Smith | 2009-07-06 | 1 | -3/+3 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 3 | -6/+6 |
|/ |
|
* | IPv6: preferred lifetime of address not getting updated | Brian Haley | 2009-07-03 | 1 | -3/+27 |
* | xfrm6: fix the proto and ports decode of sctp protocol | Wei Yongjun | 2009-07-03 | 1 | -2/+4 |
* | inet: Call skb_orphan before tproxy activates | Herbert Xu | 2009-06-26 | 1 | -0/+3 |
* | ipv6: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -0/+2 |
* | ipv6: avoid wraparound for expired preferred lifetime | Jens Rosenboom | 2009-06-25 | 1 | -1/+4 |
* | ipv6: Use correct data types for ICMPv6 type and code | Brian Haley | 2009-06-23 | 14 | -30/+30 |
* | net: correct off-by-one write allocations reports | Eric Dumazet | 2009-06-18 | 2 | -5/+6 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 2 | -2/+2 |
|\ |
|
| * | trivial: Fix a typo in comment of addrconf_dad_start() | Masatake YAMATO | 2009-06-12 | 1 | -1/+1 |
| * | trivial: Kconfig: .ko is normally not included in module names | Pavel Machek | 2009-06-12 | 1 | -1/+1 |
* | | PIM-SM: namespace changes | Tom Goff | 2009-06-14 | 1 | -8/+12 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Patrick McHardy | 2009-06-11 | 21 | -155/+245 |
|\ \ |
|
| * | | net: No more expensive sock_hold()/sock_put() on each tx | Eric Dumazet | 2009-06-11 | 1 | -1/+0 |
| * | | netfilter: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -2/+2 |
| * | | ipv6: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -5/+5 |
| * | | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 18 | -133/+139 |
| * | | IPv6: Print error value when skb allocation fails | Brian Haley | 2009-06-02 | 1 | -4/+4 |
| * | | IPv6: Add 'autoconf' and 'disable_ipv6' module parameters | Brian Haley | 2009-06-01 | 2 | -10/+95 |
* | | | netfilter: nf_ct_icmp: keep the ICMP ct entries longer | Jan Kasprzak | 2009-06-08 | 1 | -12/+4 |
* | | | netfilter: x_tables: added hook number into match extension parameter structure. | Evgeniy Polyakov | 2009-06-04 | 1 | -1/+1 |
* | | | netfilter: conntrack: simplify event caching system | Pablo Neira Ayuso | 2009-06-02 | 1 | -1/+0 |
* | | | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy | 2009-06-02 | 2 | -85/+85 |
|\ \ \
| |/ /
|/| | |
|
| * | | netfilter: xtables: consolidate comefrom debug cast access | Jan Engelhardt | 2009-05-08 | 1 | -5/+8 |
| * | | netfilter: xtables: remove another level of indent | Jan Engelhardt | 2009-05-08 | 1 | -23/+21 |
| * | | netfilter: xtables: remove some goto | Jan Engelhardt | 2009-05-08 | 1 | -5/+2 |
| * | | netfilter: xtables: reduce indent level by one | Jan Engelhardt | 2009-05-08 | 1 | -68/+64 |