Age | Commit message (Expand) | Author | Files | Lines |
2007-07-15 | [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it | Yasuyuki Kozakai | 4 | -26/+36 |
2007-07-15 | [NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 header | Yasuyuki Kozakai | 2 | -2/+2 |
2007-07-15 | [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. | Michael Chan | 1 | -0/+12 |
2007-07-15 | [AF_IUCV]: Add lock when updating accept_q | Ursula Braun | 1 | -2/+14 |
2007-07-15 | [AF_IUCV]: Avoid deadlock between iucv_path_connect and tasklet. | Ursula Braun | 1 | -1/+4 |
2007-07-15 | [AF_IUCV]: Improve description of IUCV and AFIUCV configuration options. | Jennifer Hunt | 1 | -4/+4 |
2007-07-15 | [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() static | Adrian Bunk | 1 | -3/+2 |
2007-07-15 | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 11 | -312/+778 |
2007-07-15 | [TCP]: tcp probe add back ssthresh field | Stephen Hemminger | 1 | -0/+1 |
2007-07-15 | [VLAN]: Fix memset length | Patrick McHardy | 1 | -1/+1 |
2007-07-15 | [NET]: Add macvlan driver | Patrick McHardy | 1 | -0/+26 |
2007-07-15 | [VLAN]: Use multicast list synchronization helpers | Patrick McHardy | 1 | -129/+2 |
2007-07-15 | [VLAN]: Fix promiscous/allmulti synchronization races | Patrick McHardy | 3 | -18/+22 |
2007-07-15 | [NET]: dev_mcast: add multicast list synchronization helpers | Patrick McHardy | 1 | -0/+75 |
2007-07-15 | [NET]: Add net_device change_rx_mode callback | Patrick McHardy | 1 | -1/+16 |
2007-07-15 | [RFKILL]: fix net/rfkill/rfkill-input.c bug on 64-bit systems | Ingo Molnar | 1 | -1/+1 |
2007-07-15 | 9p: fix a race condition bug in umount which caused a segfault | Eric Van Hensbergen | 1 | -3/+3 |
2007-07-15 | net/9p: set error to EREMOTEIO if trans->write returns zero | Latchesar Ionkov | 1 | -1/+5 |
2007-07-15 | net/9p: change net/9p module name to 9pnet | Latchesar Ionkov | 1 | -3/+3 |
2007-07-15 | 9p: Reorganization of 9p file system code | Latchesar Ionkov | 13 | -0/+4211 |
2007-07-14 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 14 | -660/+980 |
2007-07-13 | Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli... | Linus Torvalds | 2 | -42/+96 |
2007-07-13 | dmaengine: make clients responsible for managing channels | Dan Williams | 1 | -34/+78 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2 | -6/+5 |
2007-07-13 | [PATCH] mac80211: improved 802.11g CTS protection | Daniel Drake | 5 | -12/+13 |
2007-07-13 | [PATCH] mac80211: ERP IE handling improvements | Daniel Drake | 2 | -19/+56 |
2007-07-13 | [PATCH] mac80211: Implementation of SIOCSIWRATE | Larry Finger | 1 | -1/+39 |
2007-07-13 | [PATCH] mac80211: clarify some mac80211 things | Johannes Berg | 1 | -17/+12 |
2007-07-13 | [PATCH] mac80211: conserve stack space due to padding | Johannes Berg | 1 | -13/+16 |
2007-07-13 | [PATCH] mac80211: kill PRISM2_PARAM_CLEAR_KEYS | Johannes Berg | 2 | -61/+0 |
2007-07-13 | [PATCH] mac80211: remove PRISM2_PARAM_DROP_UNENCRYPTED ioctl | Johannes Berg | 2 | -9/+0 |
2007-07-13 | [PATCH] mac80211: kill antenna select ioctls | Johannes Berg | 2 | -22/+0 |
2007-07-13 | [PATCH] mac80211: kill rate control ioctls | Johannes Berg | 5 | -90/+6 |
2007-07-13 | [PATCH] mac80211: separate monitor/subif_start_xmit | Johannes Berg | 3 | -48/+58 |
2007-07-13 | [PATCH] mac80211: add support for iwlist channel | Hong Liu | 1 | -0/+25 |
2007-07-13 | [PATCH] mac80211: remove ieee80211_set_aid_for_sta | Johannes Berg | 2 | -34/+1 |
2007-07-13 | [PATCH] mac80211: remove ieee80211_msg_passive_scan | Johannes Berg | 1 | -1/+1 |
2007-07-13 | [PATCH] mac80211: show transmitted frames on monitor interfaces | Johannes Berg | 2 | -23/+118 |
2007-07-13 | [PATCH] mac80211: Monitor mode radiotap-based packet injection | Andy Green | 1 | -10/+224 |
2007-07-13 | [PATCH] cfg80211: Radiotap parser | Andy Green | 2 | -1/+258 |
2007-07-12 | [NET_SCHED]: ematch: module autoloading | Patrick McHardy | 6 | -0/+22 |
2007-07-12 | [TCP]: tcp probe wraparound handling and other changes | Stephen Hemminger | 1 | -70/+124 |
2007-07-12 | [RTNETLINK]: rtnl_link: allow specifying initial device address | Patrick McHardy | 3 | -4/+20 |
2007-07-12 | [RTNETLINK]: rtnl_link API simplification | Patrick McHardy | 2 | -25/+14 |
2007-07-12 | [VLAN]: Fix MAC address handling | Patrick McHardy | 3 | -45/+56 |
2007-07-12 | [ETH]: Validate address in eth_mac_addr | Patrick McHardy | 1 | -0/+3 |
2007-07-12 | Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 | David S. Miller | 4 | -45/+169 |
2007-07-12 | [NET]: Fix races in net_rx_action vs netpoll. | Olaf Kirch | 1 | -0/+8 |
2007-07-12 | I/OAT: warning fix | Andrew Morton | 1 | -10/+16 |
2007-07-12 | I/OAT: Only offload copies for TCP when there will be a context switch | Chris Leech | 1 | -3/+7 |