Age | Commit message (Expand) | Author | Files | Lines |
2009-03-16 | cfg80211: add regulatory netlink multicast group | Luis R. Rodriguez | 4 | -1/+90 |
2009-03-16 | cfg80211: move enum reg_set_by to nl80211.h | Luis R. Rodriguez | 3 | -39/+48 |
2009-03-16 | cfg80211: remove REGDOM_SET_BY_INIT | Luis R. Rodriguez | 1 | -2/+0 |
2009-03-16 | mac80211: deauth before flushing STA information | Herton Ronaldo Krzesinski | 1 | -4/+12 |
2009-03-16 | mac80211: handle failed scan requests in STA mode | Helmut Schaa | 3 | -2/+25 |
2009-03-16 | cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm | Luis R. Rodriguez | 1 | -2/+2 |
2009-03-16 | cfg80211: Enable passive scan on channels 12-14 for world roaming | Luis R. Rodriguez | 1 | -3/+14 |
2009-03-16 | mac80211: Fix WMM ACM parsing and AC downgrade operation | Jouni Malinen | 2 | -17/+16 |
2009-03-15 | tcp: make sure xmit goal size never becomes zero | Ilpo Järvinen | 1 | -1/+1 |
2009-03-15 | tcp: cache result of earlier divides when mss-aligning things | Ilpo Järvinen | 1 | -2/+12 |
2009-03-15 | tcp: simplify tcp_current_mss | Ilpo Järvinen | 3 | -43/+43 |
2009-03-15 | tcp: don't check mtu probe completion in the loop | Ilpo Järvinen | 1 | -7/+6 |
2009-03-15 | tcp: consolidate paws check | Ilpo Järvinen | 2 | -8/+7 |
2009-03-15 | tcp: kill dead end_seq variable in clean_rtx_queue | Ilpo Järvinen | 1 | -3/+0 |
2009-03-15 | tcp: remove pointless .dsack/.num_sacks code | Ilpo Järvinen | 2 | -7/+3 |
2009-03-15 | pkt_sched: Change misleading code in class delete. | Jarek Poplawski | 4 | -8/+20 |
2009-03-13 | tcp: '< 0' test on unsigned | Roel Kluin | 1 | -2/+3 |
2009-03-13 | x25: '< 0' and '>= 0' test on unsigned | Roel Kluin | 1 | -6/+5 |
2009-03-13 | ipv4: arp announce, arp_proxy and windows ip conflict verification | Denys Fedoryshchenko | 1 | -2/+5 |
2009-03-13 | Network Drop Monitor: Adding Build changes to enable drop monitor | Neil Horman | 2 | -0/+12 |
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 | 5 | -4/+26 |
2009-03-13 | Network Drop Monitor: Add trace declaration for skb frees | Neil Horman | 2 | -0/+31 |
2009-03-13 | sctp: add Adaptation Layer Indication parameter only when it's set | malc | 1 | -10/+19 |
2009-03-13 | sctp: fix to send FORWARD-TSN chunk only if peer has such capable | Wei Yongjun | 1 | -0/+3 |
2009-03-13 | sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable | Wei Yongjun | 1 | -2/+2 |
2009-03-13 | sctp: simplify sctp listening code | Vlad Yasevich | 1 | -102/+50 |
2009-03-11 | tcp: allow timestamps even if SYN packet has tsval=0 | Eric Dumazet | 1 | -9/+0 |
2009-03-10 | net: fix warning about non-const string | Stephen Hemminger | 1 | -1/+1 |
2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 16 | -22/+19 |
2009-03-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
2009-03-06 | cfg80211: test before subtraction on unsigned | Roel Kluin | 1 | -1/+2 |
2009-03-05 | mac80211: Update IBSS beacon timestamp properly | Sujith | 1 | -3/+5 |
2009-03-05 | mac80211: Always send a null data frame if TIM bit is set. | Vivek Natarajan | 1 | -2/+1 |
2009-03-05 | mac80211: Fix TKIP/WEP HT capability handling | Sujith | 1 | -1/+2 |
2009-03-05 | mac80211: Fix quality reporting for wireless stats | Johannes Berg | 1 | -19/+39 |
2009-03-05 | mac80211: Notify the driver only when the beacon interval changes | Sujith | 1 | -1/+2 |
2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 11 | -114/+133 |
2009-03-04 | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 2 | -23/+36 |
2009-03-04 | net: Fix missing dev->neigh_setup in register_netdevice(). | David S. Miller | 1 | -0/+1 |
2009-03-04 | pkt_sched: act_police: Fix a rate estimator test. | Jarek Poplawski | 1 | -7/+6 |
2009-03-04 | SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails | Brian Haley | 1 | -3/+8 |
2009-03-04 | IPv6: add "disable" module parameter support to ipv6.ko | Brian Haley | 1 | -5/+16 |
2009-03-04 | neigh: Allow for user space users of the neighbour table | Eric Biederman | 1 | -1/+5 |
2009-03-03 | net: fix tokenring license | Meelis Roos | 1 | -0/+2 |
2009-03-03 | netlink: invert error code in netlink_set_err() | Pablo Neira Ayuso | 1 | -1/+9 |
2009-03-03 | rds: fix iband RDMA dependencies | Randy Dunlap | 1 | -0/+1 |
2009-03-03 | netns: Remove net_alive | Eric W. Biederman | 2 | -9/+0 |
2009-03-03 | tcp: Like icmp use register_pernet_subsys | Eric W. Biederman | 1 | -1/+1 |
2009-03-03 | netns: Fix icmp shutdown. | Eric W. Biederman | 1 | -1/+1 |