Age | Commit message (Expand) | Author | Files | Lines |
2009-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -4/+4 |
2009-04-02 | net: allow multiple dev per napi with GRO | Stephen Hemminger | 1 | -2/+3 |
2009-04-01 | epoll keyed wakeups: make sockets use keyed wakeups | Davide Libenzi | 1 | -3/+5 |
2009-03-31 | core: remove pointless conditional before kfree() | Wei Yongjun | 1 | -2/+1 |
2009-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -17/+16 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -1/+0 |
2009-03-29 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+3 |
2009-03-28 | netpoll: store local and remote ip in net-endian | Harvey Harrison | 1 | -16/+15 |
2009-03-28 | gso: Fix support for linear packets | Herbert Xu | 1 | -1/+1 |
2009-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+3 |
2009-03-26 | GRO: Disable GRO on legacy netif_rx path | Herbert Xu | 1 | -6/+3 |
2009-03-26 | net: core: remove unneeded include in net/core/utils.c. | Rami Rosen | 1 | -1/+0 |
2009-03-21 | net: remove useless prefetch() call | Eric Dumazet | 1 | -1/+0 |
2009-03-21 | skb: expose and constify hash primitives | Stephen Hemminger | 1 | -1/+2 |
2009-03-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-03-18 | net: kfree(napi->skb) => kfree_skb | Roel Kluin | 1 | -1/+1 |
2009-03-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+3 |
2009-03-17 | gro: Fix legacy path napi_complete crash | Herbert Xu | 1 | -2/+3 |
2009-03-16 | GRO: Move netpoll checks to correct location | Herbert Xu | 1 | -14/+3 |
2009-03-13 | [SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol | Yi Zou | 1 | -1/+3 |
2009-03-13 | Network Drop Monitor: Adding Build changes to enable drop monitor | Neil Horman | 1 | -0/+1 |
2009-03-13 | Network Drop Monitor: Adding drop monitor implementation & Netlink protocol | Neil Horman | 1 | -0/+263 |
2009-03-13 | Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-... | Neil Horman | 2 | -1/+23 |
2009-03-13 | Network Drop Monitor: Add trace declaration for skb frees | Neil Horman | 2 | -0/+31 |
2009-03-10 | net: fix warning about non-const string | Stephen Hemminger | 1 | -1/+1 |
2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -22/+37 |
2009-03-04 | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 1 | -22/+34 |
2009-03-04 | net: Fix missing dev->neigh_setup in register_netdevice(). | David S. Miller | 1 | -0/+1 |
2009-03-04 | neigh: Allow for user space users of the neighbour table | Eric Biederman | 1 | -1/+5 |
2009-03-03 | netns: Remove net_alive | Eric W. Biederman | 2 | -9/+0 |
2009-03-03 | net: Avoid race between network down and sysfs | Stephen Hemminger | 1 | -1/+3 |
2009-03-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+6 |
2009-03-01 | netpoll: Add drop checks to all entry points | Herbert Xu | 1 | -0/+6 |
2009-02-26 | RDS: Add RDS to AF key strings | Andy Grover | 1 | -3/+3 |
2009-02-26 | sysctl: fix sparse warning: Should it be static? | Hannes Eder | 1 | -0/+1 |
2009-02-26 | core: remove some pointless conditionals before kfree_skb() | Wei Yongjun | 2 | -6/+3 |
2009-02-26 | pktgen: remove some pointless conditionals before kfree_skb() | Wei Yongjun | 1 | -12/+6 |
2009-02-24 | netlink: change nlmsg_notify() return value logic | Pablo Neira Ayuso | 3 | -6/+9 |
2009-02-24 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 3 | -41/+56 |
2009-02-23 | net: amend the fix for SO_BSDCOMPAT gsopt infoleak | Eugene Teo | 1 | -1/+1 |
2009-02-23 | netns: build fix for net_alloc_generic | Clemens Noss | 1 | -4/+4 |
2009-02-22 | netns: Remove net_alive | Eric W. Biederman | 2 | -9/+0 |
2009-02-22 | netns: fix double free at netns creation | Daniel Lezcano | 1 | -31/+55 |
2009-02-21 | net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stam... | Patrick Ohly | 1 | -13/+0 |
2009-02-20 | ethtool: Add RX pkt classification interface | Santwona Behera | 1 | -10/+48 |
2009-02-18 | net: Optimize skb_tx_hash() by eliminating a comparison | Krishna Kumar | 1 | -6/+8 |
2009-02-17 | net: Kill skb_truesize_check(), it only catches false-positives. | David S. Miller | 2 | -9/+0 |
2009-02-15 | net: pass new SIOCSHWTSTAMP through to device drivers | Patrick Ohly | 1 | -0/+2 |
2009-02-15 | net: socket infrastructure for SO_TIMESTAMPING | Patrick Ohly | 1 | -12/+69 |
2009-02-15 | net: infrastructure for hardware time stamping | Patrick Ohly | 2 | -2/+71 |