| Commit message (Expand) | Author | Age | Files | Lines |
* | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 2009-03-10 | 16 | -22/+19 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-10 | 1 | -1/+2 |
|\ |
|
| * | cfg80211: test before subtraction on unsigned | Roel Kluin | 2009-03-06 | 1 | -1/+2 |
* | | mac80211: Update IBSS beacon timestamp properly | Sujith | 2009-03-05 | 1 | -3/+5 |
* | | mac80211: Always send a null data frame if TIM bit is set. | Vivek Natarajan | 2009-03-05 | 1 | -2/+1 |
* | | mac80211: Fix TKIP/WEP HT capability handling | Sujith | 2009-03-05 | 1 | -1/+2 |
* | | mac80211: Fix quality reporting for wireless stats | Johannes Berg | 2009-03-05 | 1 | -19/+39 |
* | | mac80211: Notify the driver only when the beacon interval changes | Sujith | 2009-03-05 | 1 | -1/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-05 | 11 | -114/+133 |
|\| |
|
| * | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 2009-03-05 | 2 | -23/+36 |
| * | net: Fix missing dev->neigh_setup in register_netdevice(). | David S. Miller | 2009-03-05 | 1 | -0/+1 |
| * | pkt_sched: act_police: Fix a rate estimator test. | Jarek Poplawski | 2009-03-05 | 1 | -7/+6 |
| * | SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails | Brian Haley | 2009-03-04 | 1 | -3/+8 |
| * | IPv6: add "disable" module parameter support to ipv6.ko | Brian Haley | 2009-03-04 | 1 | -5/+16 |
| * | net: fix tokenring license | Meelis Roos | 2009-03-04 | 1 | -0/+2 |
| * | netlink: invert error code in netlink_set_err() | Pablo Neira Ayuso | 2009-03-04 | 1 | -1/+9 |
| * | netns: Remove net_alive | Eric W. Biederman | 2009-03-03 | 2 | -9/+0 |
| * | tcp: Like icmp use register_pernet_subsys | Eric W. Biederman | 2009-03-03 | 1 | -1/+1 |
| * | netns: Fix icmp shutdown. | Eric W. Biederman | 2009-03-03 | 1 | -1/+1 |
| * | netns: fix addrconf_ifdown kernel panic | Daniel Lezcano | 2009-03-03 | 1 | -30/+9 |
| * | ipv6: Fix sysctl unregistration deadlock | Stephen Hemminger | 2009-03-03 | 1 | -6/+8 |
| * | net: Avoid race between network down and sysfs | Stephen Hemminger | 2009-03-03 | 1 | -1/+3 |
| * | sctp: fix kernel panic with ERROR chunk containing too many error causes | Wei Yongjun | 2009-03-03 | 2 | -35/+35 |
| * | sctp: fix crash during module unload | Vlad Yasevich | 2009-03-03 | 1 | -4/+1 |
* | | neigh: Allow for user space users of the neighbour table | Eric Biederman | 2009-03-04 | 1 | -1/+5 |
* | | rds: fix iband RDMA dependencies | Randy Dunlap | 2009-03-04 | 1 | -0/+1 |
* | | sctp: Fix broken RTO-doubling for data retransmits | Vlad Yasevich | 2009-03-03 | 2 | -21/+17 |
* | | sctp: use time_before or time_after for comparing jiffies | Wei Yongjun | 2009-03-03 | 2 | -4/+6 |
* | | sctp: fix the length check in sctp_getsockopt_maxburst() | Wei Yongjun | 2009-03-03 | 1 | -1/+2 |
* | | sctp: remove dup code in net/sctp/socket.c | Wei Yongjun | 2009-03-03 | 1 | -6/+0 |
* | | sctp: Add some missing types for debug message | Wei Yongjun | 2009-03-03 | 1 | -0/+4 |
* | | tcp: tcp_init_wl / tcp_update_wl argument cleanup | Hantzis Fotis | 2009-03-03 | 3 | -7/+6 |
* | | dccp: Do not let initial option overhead shrink the MPS | Gerrit Renker | 2009-03-02 | 2 | -2/+18 |
* | | dccp: Minimise header option overhead in setting the MPS | Gerrit Renker | 2009-03-02 | 2 | -8/+17 |
* | | tcp: get rid of two unnecessary u16s in TCP skb flags copying | Ilpo Järvinen | 2009-03-02 | 1 | -2/+2 |
* | | tcp: in sendmsg/pages open code the real goto target | Ilpo Järvinen | 2009-03-02 | 1 | -2/+2 |
* | | tcp: kill eff_sacks "cache", the sole user can calculate itself | Ilpo Järvinen | 2009-03-02 | 3 | -21/+9 |
* | | tcp: add helper for AI algorithm | Ilpo Järvinen | 2009-03-02 | 6 | -49/+20 |
* | | htcp: merge icsk_ca_state compare | Ilpo Järvinen | 2009-03-02 | 1 | -2/+1 |
* | | tcp: drop unnecessary local var in collapse | Ilpo Järvinen | 2009-03-02 | 1 | -5/+2 |
* | | tcp: cleanup ca_state mess in tcp_timer | Ilpo Järvinen | 2009-03-02 | 1 | -13/+10 |
* | | tcp: separate timeout marking loop to it's own function | Ilpo Järvinen | 2009-03-02 | 1 | -24/+39 |
* | | tcp: remove redundant code from tcp_mark_lost_retrans | Ilpo Järvinen | 2009-03-02 | 1 | -4/+12 |
* | | tcp: fix corner case issue in segmentation during rexmitting | Ilpo Järvinen | 2009-03-02 | 1 | -0/+2 |
* | | tcp: Don't clear hints when tcp_fragmenting | Ilpo Järvinen | 2009-03-02 | 1 | -1/+6 |
* | | tcp: deferring in middle of queue makes very little sense | Ilpo Järvinen | 2009-03-02 | 1 | -0/+4 |
* | | tcp: fix lost_cnt_hint miscounts | Ilpo Järvinen | 2009-03-02 | 1 | -8/+5 |
* | | tcp: don't backtrack to sacked skbs | Ilpo Järvinen | 2009-03-02 | 1 | -1/+1 |
* | | rds: Fix build on powerpc. | David S. Miller | 2009-03-02 | 1 | -0/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-02 | 5 | -7/+28 |
|\| |
|