Age | Commit message (Expand) | Author | Files | Lines |
2010-01-11 | tcp: Generalized TTL Security Mechanism | Stephen Hemminger | 2 | -1/+16 |
2010-01-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 14 | -34/+50 |
2010-01-10 | NET: irda, remove unnecessary checks | Jiri Slaby | 1 | -6/+0 |
2010-01-10 | NET: ipv6, remove unnecessary check | Jiri Slaby | 1 | -1/+1 |
2010-01-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 5 | -25/+31 |
2010-01-08 | netfilter: ebtables: enforce CAP_NET_ADMIN | Florian Westphal | 1 | -0/+6 |
2010-01-08 | net/ipv6/tcp_ipv6.c: Use compressed IPv6 address | Joe Perches | 1 | -1/+1 |
2010-01-08 | tcp: update the netstamp_needed counter when cloning sockets | Octavian Purdila | 1 | -0/+4 |
2010-01-07 | netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() | Patrick McHardy | 1 | -9/+9 |
2010-01-07 | net: Make it easier to parse /proc/net/dev contents. | Jesper Dangaard Brouer | 1 | -1/+1 |
2010-01-07 | net: RFC3069, private VLAN proxy arp support | Jesper Dangaard Brouer | 3 | -5/+55 |
2010-01-07 | fix bonding: allow arp_ip_targets on separate vlans to use arp validation | Andy Gospodarek | 1 | -6/+5 |
2010-01-07 | Phonet: reject unsupported sendmsg/recvmsg flags | Rémi Denis-Courmont | 2 | -3/+13 |
2010-01-07 | Phonet: zero-copy GPRS TX | Rémi Denis-Courmont | 1 | -2/+14 |
2010-01-07 | Phonet: zero-copy aligned GPRS RX | Rémi Denis-Courmont | 2 | -2/+5 |
2010-01-06 | ip: fix mc_loop checks for tunnels with multicast outer addresses | Octavian Purdila | 2 | -3/+2 |
2010-01-04 | ipvs: Add boundary check on ioctl arguments | Arjan van de Ven | 1 | -1/+13 |
2010-01-03 | tipc: use kconfig to limit numeric ranges | Amerigo Wang | 2 | -7/+11 |
2010-01-03 | can: Speed up CAN frame receiption by using ml_priv | Oliver Hartkopp | 3 | -119/+96 |
2010-01-03 | net/sctp/socket.c: squish warning | Andrew Morton | 1 | -2/+1 |
2010-01-03 | rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVC | Bernard Pidoux F6BVP | 1 | -1/+1 |
2010-01-03 | bonding: allow arp_ip_targets on separate vlans to use arp validation | Andy Gospodarek | 2 | -3/+19 |
2009-12-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 29 | -1300/+2295 |
2009-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 5 | -5/+41 |
2009-12-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 5 | -5/+41 |
2009-12-28 | mac80211: annotate sleeping driver ops | Kalle Valo | 1 | -4/+56 |
2009-12-28 | mac80211: remove requeue from work | Johannes Berg | 1 | -18/+0 |
2009-12-28 | mac80211: remove struct ieee80211_if_init_conf | Johannes Berg | 4 | -29/+12 |
2009-12-28 | mac80211/cfg80211: add station events | Johannes Berg | 4 | -1/+39 |
2009-12-28 | mac80211: make off-channel work generic | Johannes Berg | 3 | -68/+88 |
2009-12-28 | mac80211: support remain-on-channel command | Johannes Berg | 6 | -6/+181 |
2009-12-28 | cfg80211: add remain-on-channel command | Jouni Malinen | 5 | -15/+285 |
2009-12-28 | mac80211: Generalize off-channel operation helpers from scan code | Jouni Malinen | 4 | -152/+178 |
2009-12-28 | mac80211: proper bss private data handling | Johannes Berg | 7 | -72/+82 |
2009-12-28 | mac80211: split up and insert custom IEs correctly | Johannes Berg | 3 | -27/+154 |
2009-12-28 | mac80211: refactor association | Johannes Berg | 2 | -109/+137 |
2009-12-28 | mac80211: rewrite a few work messages | Johannes Berg | 1 | -10/+10 |
2009-12-28 | mac80211: generalise work handling | Johannes Berg | 9 | -835/+1112 |
2009-12-28 | mac80211: generalise management work a bit | Johannes Berg | 2 | -107/+172 |
2009-12-28 | mac80211: let cfg80211 manage auth state | Johannes Berg | 2 | -103/+73 |
2009-12-28 | mac80211: introduce flush operation | Johannes Berg | 4 | -2/+41 |
2009-12-28 | mac80211: add ieee80211_sdata_running | Johannes Berg | 15 | -37/+40 |
2009-12-28 | wireless: remove CONFIG_WIRELESS_OLD_REGULATORY | John W. Linville | 3 | -108/+2 |
2009-12-28 | mac80211: fix propagation of failed hardware reconfigurations | Luis R. Rodriguez | 1 | -0/+12 |
2009-12-28 | mac80211: fix race with suspend and dynamic_ps_disable_work | Luis R. Rodriguez | 1 | -0/+4 |
2009-12-28 | cfg80211: fix error path in cfg80211_wext_siwscan | Johannes Berg | 1 | -4/+9 |
2009-12-28 | cfg80211: fix race between deauth and assoc response | Johannes Berg | 1 | -1/+12 |
2009-12-28 | mac80211: fix ibss join with fixed-bssid | Felix Fietkau | 1 | -0/+4 |
2009-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 26 | -120/+236 |
2009-12-26 | llc: fix SAP reference counting w.r.t. socket handling | Octavian Purdila | 1 | -4/+1 |