| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: fix loop in ofo handling code and reduce its complexity | Ilpo Järvinen | 2009-05-30 | 1 | -17/+11 |
* | net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() | Eric Dumazet | 2009-05-29 | 1 | -0/+1 |
* | atm: unset IFF_XMIT_DST_RELEASE in clip_setup() | Eric Dumazet | 2009-05-29 | 1 | -0/+1 |
* | net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() | Eric Dumazet | 2009-05-29 | 1 | -0/+1 |
* | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2009-05-29 | 6 | -4/+107 |
|\ |
|
| * | wimax: Add netlink interface to get device state | Paulius Zaleckas | 2009-05-29 | 5 | -1/+93 |
| * | wimax: document why wimax_msg_*() operations can be used in any state | Inaky Perez-Gonzalez | 2009-05-29 | 1 | -3/+14 |
* | | llc: Kill outdated and incorrect comment. | David S. Miller | 2009-05-29 | 1 | -4/+0 |
* | | irda: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2009-05-29 | 1 | -16/+2 |
* | | tcp: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2009-05-29 | 2 | -45/+90 |
* | | econet: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2009-05-29 | 1 | -14/+4 |
* | | decnet: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2009-05-29 | 2 | -20/+7 |
* | | atm: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2009-05-29 | 2 | -36/+17 |
* | | net: net/core/sock.c cleanup | Eric Dumazet | 2009-05-28 | 1 | -59/+44 |
* | | net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() | Eric Dumazet | 2009-05-28 | 2 | -11/+6 |
* | | bridge: avoid an extra space in br_fdb_update() | Jiri Pirko | 2009-05-28 | 1 | -1/+1 |
* | | tcp: Do not check flush when comparing options for GRO | Herbert Xu | 2009-05-27 | 1 | -1/+1 |
* | | gro: Store shinfo in local variable in skb_gro_receive | Herbert Xu | 2009-05-27 | 1 | -10/+12 |
* | | gro: Nasty optimisations for page frags in skb_gro_receive | Herbert Xu | 2009-05-27 | 1 | -10/+15 |
* | | gro: Open-code final pskb_may_pull | Herbert Xu | 2009-05-27 | 1 | -4/+19 |
* | | ipv4: Use 32-bit loads for ID and length in GRO | Herbert Xu | 2009-05-27 | 1 | -4/+4 |
* | | gro: Avoid unnecessary comparison after skb_gro_header | Herbert Xu | 2009-05-27 | 4 | -17/+48 |
* | | gro: Optimise length comparison in skb_gro_header | Herbert Xu | 2009-05-27 | 1 | -1/+4 |
* | | tcp: Optimise len/mss comparison | Herbert Xu | 2009-05-27 | 1 | -1/+1 |
* | | tcp: Remove unnecessary window comparisons for GRO | Herbert Xu | 2009-05-27 | 1 | -1/+1 |
* | | tcp: Optimise GRO port comparisons | Herbert Xu | 2009-05-27 | 1 | -1/+1 |
* | | gro: Only use skb_gro_header for completely non-linear packets | Herbert Xu | 2009-05-27 | 1 | -1/+2 |
* | | gro: Localise offset/headlen in skb_gro_offset | Herbert Xu | 2009-05-27 | 1 | -13/+10 |
* | | gro: Inline skb_gro_header and cache frag0 virtual address | Herbert Xu | 2009-05-27 | 1 | -15/+12 |
* | | gro: Open-code frags copy in skb_gro_receive | Herbert Xu | 2009-05-27 | 1 | -3/+6 |
* | | nl80211: Eliminate reference to BUS_ID_SIZE. | David S. Miller | 2009-05-27 | 1 | -1/+1 |
* | | net: Remove bogus reference to BUS_ID_SIZE in sysfs code. | David S. Miller | 2009-05-27 | 1 | -1/+0 |
* | | net: txq_trans_update() helper | Eric Dumazet | 2009-05-26 | 4 | -1/+9 |
* | | pkt_sched: gen_estimator: Fix signed integers right-shifts. | Jarek Poplawski | 2009-05-26 | 1 | -2/+2 |
* | | net: remove COMPAT_NET_DEV_OPS | Alexander Beregalov | 2009-05-25 | 6 | -76/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-25 | 9 | -50/+51 |
|\ \ |
|
| * | | RxRPC: Error handling for rxrpc_alloc_connection() | Dan Carpenter | 2009-05-22 | 1 | -6/+6 |
| * | | ipv4: Fix oops with FIB_TRIE | Robert Olsson | 2009-05-22 | 1 | -1/+5 |
| * | | pktgen: do not access flows[] beyond its length | Florian Westphal | 2009-05-22 | 1 | -1/+1 |
| * | | IPv6: set RTPROT_KERNEL to initial route | Jean-Mickael Guerin | 2009-05-21 | 1 | -0/+3 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-21 | 2 | -0/+14 |
| |\ \ |
|
| | * | | cfg80211: fix race between core hint and driver's custom apply | Luis R. Rodriguez | 2009-05-20 | 1 | -0/+7 |
| | * | | wext: verify buffer size for SIOCSIWENCODEEXT | Johannes Berg | 2009-05-20 | 1 | -0/+7 |
| * | | | net: fix rtable leak in net/ipv4/route.c | Eric Dumazet | 2009-05-21 | 1 | -38/+17 |
| * | | | net: fix length computation in rt_check_expire() | Eric Dumazet | 2009-05-21 | 1 | -2/+3 |
| |/ / |
|
| * | | ipv4: make default for INET_LRO consistent with help text | Frans Pop | 2009-05-19 | 1 | -1/+1 |
| * | | net: fix skb_seq_read returning wrong offset/length for page frag data | Thomas Chenault | 2009-05-19 | 1 | -1/+1 |
* | | | skbuff: Copy csum instead of csum_start/csum_offset | Herbert Xu | 2009-05-25 | 1 | -2/+1 |
* | | | skbuff: Move new code into __copy_skb_header | Herbert Xu | 2009-05-25 | 1 | -5/+9 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-25 | 31 | -456/+1240 |
|\ \ \ |
|