Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | knfsd: nfsd4: secinfo handling without secinfo= option | J. Bruce Fields | 1 | -0/+9 |
2007-07-17 | knfsd: rpc: add gss krb5 and spkm3 oid values | Usha Ketineni | 2 | -0/+2 |
2007-07-17 | knfsd: nfsd: set rq_client to ip-address-determined-domain | J. Bruce Fields | 2 | -4/+21 |
2007-07-17 | knfsd: nfsd4: store pseudoflavor in request | Andy Adamson | 3 | -0/+19 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 5 | -4/+6 |
2007-07-17 | mm: clean up and kernelify shrinker registration | Rusty Russell | 1 | -5/+6 |
2007-07-17 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+4 |
2007-07-17 | Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/... | Jeff Garzik | 1 | -1/+4 |
2007-07-17 | Revert "[NET]: Fix races in net_rx_action vs netpoll." | Linus Torvalds | 1 | -8/+0 |
2007-07-16 | Audit: add TTY input auditing | Miloslav Trmac | 1 | -4/+0 |
2007-07-16 | O_CLOEXEC for SCM_RIGHTS | Ulrich Drepper | 3 | -5/+5 |
2007-07-16 | authgss build fix | Andrew Morton | 1 | -0/+1 |
2007-07-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 58 | -1226/+1993 |
2007-07-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 13 | -0/+4215 |
2007-07-16 | fallout from constified seq_operations | Al Viro | 1 | -1/+1 |
2007-07-15 | [TCP]: Verify the presence of RETRANS bit when leaving FRTO | Ilpo Järvinen | 1 | -1/+3 |
2007-07-15 | [IPV6]: Call inet6addr_chain notifiers on link down | Vlad Yasevich | 1 | -0/+1 |
2007-07-15 | [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE | Patrick McHardy | 12 | -365/+37 |
2007-07-15 | [NET_SCHED]: act_api: qdisc internal reclassify support | Patrick McHardy | 4 | -50/+69 |
2007-07-15 | [NET_SCHED]: sch_dsmark: act_api support | Patrick McHardy | 1 | -16/+25 |
2007-07-15 | [NET_SCHED]: sch_atm: act_api support | Patrick McHardy | 1 | -7/+14 |
2007-07-15 | [NET_SCHED]: sch_atm: Lindent | Patrick McHardy | 1 | -236/+232 |
2007-07-15 | [IPV6]: MSG_ERRQUEUE messages do not pass to connected raw sockets | Dmitry Butskoy | 1 | -1/+1 |
2007-07-15 | [IPV4]: Cleanup call to __neigh_lookup() | Jean Delvare | 1 | -1/+1 |
2007-07-15 | [NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimization | Patrick McHardy | 1 | -5/+1 |
2007-07-15 | [NETFILTER]: nf_conntrack: UDPLITE support | Patrick McHardy | 3 | -0/+277 |
2007-07-15 | [NETFILTER]: nf_conntrack: mark protocols __read_mostly | Patrick McHardy | 10 | -16/+13 |
2007-07-15 | [NETFILTER]: x_tables: add connlimit match | Jan Engelhardt | 3 | -0/+321 |
2007-07-15 | [NETFILTER]: Lower *tables printk severity | Patrick McHardy | 3 | -4/+4 |
2007-07-15 | [NETFILTER]: nf_conntrack: Don't track locally generated special ICMP error | Yasuyuki Kozakai | 1 | -17/+5 |
2007-07-15 | [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it | Yasuyuki Kozakai | 3 | -59/+45 |
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 |