| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 2009-11-12 | 60 | -1127/+161 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-03 | 12 | -44/+65 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-11-02 | 5 | -15/+25 |
| |\ |
|
| | * | mac80211: check interface is down before type change | Johannes Berg | 2009-11-02 | 1 | -3/+3 |
| | * | cfg80211: fix NULL ptr deref | Johannes Berg | 2009-11-02 | 1 | -2/+5 |
| | * | mac80211: fix reason code output endianness | Johannes Berg | 2009-10-30 | 1 | -1/+1 |
| | * | mac80211: fix addba timer | Johannes Berg | 2009-10-30 | 1 | -7/+12 |
| | * | mac80211: fix BSS leak | Johannes Berg | 2009-10-30 | 1 | -2/+4 |
| * | | gre: Fix dev_addr clobbering for gretap | Herbert Xu | 2009-10-30 | 1 | -12/+16 |
| * | | net: fix sk_forward_alloc corruption | Eric Dumazet | 2009-10-30 | 4 | -12/+16 |
| |/ |
|
| * | net: Fix RPF to work with policy routing | jamal | 2009-10-29 | 2 | -5/+8 |
* | | 9p: fix readdir corner cases | Eric Van Hensbergen | 2009-11-02 | 1 | -3/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-29 | 11 | -29/+65 |
|\| |
|
| * | net: Fix 'Re: PACKET_TX_RING: packet size is too long' | Gabor Gombas | 2009-10-29 | 1 | -4/+1 |
| * | AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) | Neil Horman | 2009-10-29 | 1 | -7/+17 |
| * | mac80211: fix for incorrect sequence number on hostapd injected frames | Björn Smedman | 2009-10-27 | 1 | -1/+1 |
| * | mac80211: trivial: fix spelling in mesh_hwmp | Andrey Yurovsky | 2009-10-27 | 1 | -1/+1 |
| * | cfg80211: sme: deauthenticate on assoc failure | Johannes Berg | 2009-10-27 | 3 | -2/+29 |
| * | mac80211: keep auth state when assoc fails | Johannes Berg | 2009-10-27 | 1 | -2/+1 |
| * | mac80211: fix ibss joining | Reinette Chatre | 2009-10-27 | 1 | -4/+2 |
| * | pktgen: Dont leak kernel memory | Eric Dumazet | 2009-10-24 | 1 | -5/+10 |
| * | net: use WARN() for the WARN_ON in commit b6b39e8f3fbbb | Arjan van de Ven | 2009-10-22 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-10-23 | 1 | -1/+0 |
|\ \ |
|
| * | | virtio: let header files include virtio_ids.h | Christian Borntraeger | 2009-10-22 | 1 | -1/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-23 | 8 | -29/+97 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | tcp: Try to catch MSG_PEEK bug | Herbert Xu | 2009-10-20 | 1 | -1/+3 |
| * | net: Fix IP_MULTICAST_IF | Eric Dumazet | 2009-10-19 | 2 | -5/+8 |
| * | bluetooth: static lock key fix | Dave Young | 2009-10-19 | 1 | -3/+6 |
| * | bluetooth: scheduling while atomic bug fix | Dave Young | 2009-10-19 | 1 | -2/+2 |
| * | tcp: fix TCP_DEFER_ACCEPT retrans calculation | Julian Anastasov | 2009-10-19 | 1 | -12/+43 |
| * | tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPT | Julian Anastasov | 2009-10-19 | 1 | -3/+31 |
| * | tcp: accept socket after TCP_DEFER_ACCEPT period | Julian Anastasov | 2009-10-19 | 1 | -2/+2 |
| * | Revert "tcp: fix tcp_defer_accept to consider the timeout" | David S. Miller | 2009-10-19 | 1 | -1/+0 |
| * | AF_UNIX: Fix deadlock on connecting to shutdown socket | Tomoki Sekiyama | 2009-10-18 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-15 | 10 | -40/+66 |
|\| |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-10-13 | 2 | -2/+4 |
| |\ |
|
| | * | mac80211: document ieee80211_rx() context requirement | Johannes Berg | 2009-10-12 | 1 | -0/+2 |
| | * | mac80211: fix ibss race | Johannes Berg | 2009-10-12 | 1 | -1/+1 |
| | * | mac80211: fix logic error ibss merge bssid check | Felix Fietkau | 2009-10-12 | 1 | -1/+1 |
| * | | udp: Fix udp_poll() and ioctl() | Eric Dumazet | 2009-10-13 | 1 | -30/+43 |
| * | | tcp: fix tcp_defer_accept to consider the timeout | Willy Tarreau | 2009-10-13 | 1 | -0/+1 |
| * | | pkt_sched: pedit use proper struct | jamal | 2009-10-11 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-10-08 | 5 | -6/+16 |
| |\ |
|
| | * | cfg80211: fix netns error unwinding bug | Johannes Berg | 2009-10-08 | 1 | -1/+2 |
| | * | mac80211: use kfree_skb() to free struct sk_buff pointers | Roel Kluin | 2009-10-07 | 1 | -2/+2 |
| | * | mac80211: fix vlan and optimise RX | Johannes Berg | 2009-10-07 | 3 | -3/+12 |
| * | | netlink: fix typo in initialization | Jiri Pirko | 2009-10-08 | 1 | -1/+1 |
| |/ |
|
* | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 9 | -0/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-08 | 3 | -10/+14 |
|\| |
|
| * | ipv4: arp_notify address list bug | Stephen Hemminger | 2009-10-07 | 1 | -6/+10 |