Age | Commit message (Expand) | Author | Files | Lines |
2010-06-17 | net: Export cred_to_ucred to modules. | David S. Miller | 1 | -0/+1 |
2010-06-17 | af_unix: Allow connecting to sockets in other network namespaces. | Eric W. Biederman | 1 | -5/+2 |
2010-06-17 | af_unix: Allow credentials to work across user and pid namespaces. | Eric W. Biederman | 1 | -22/+31 |
2010-06-17 | scm: Capture the full credentials of the scm sender. | Eric W. Biederman | 1 | -0/+24 |
2010-06-17 | af_netlink: Add needed scm_destroy after scm_send. | Eric W. Biederman | 1 | -3/+8 |
2010-06-17 | af_unix: Allow SO_PEERCRED to work across namespaces. | Eric W. Biederman | 2 | -15/+40 |
2010-06-17 | sock: Introduce cred_to_ucred | Eric W. Biederman | 1 | -0/+14 |
2010-06-17 | syncookies: check decoded options against sysctl settings | Florian Westphal | 2 | -8/+21 |
2010-06-16 | inetpeer: restore small inet_peer structures | Eric Dumazet | 3 | -6/+10 |
2010-06-16 | inetpeer: do not use zero refcnt for freed entries | Eric Dumazet | 1 | -2/+8 |
2010-06-16 | bridge: Add const to dummy br_netpoll_send_skb | Herbert Xu | 1 | -1/+1 |
2010-06-16 | ipfrag : frag_kfree_skb() cleanup | Eric Dumazet | 2 | -11/+5 |
2010-06-16 | ip_frag: Remove some atomic ops | Eric Dumazet | 2 | -4/+2 |
2010-06-16 | ipv6: syncookies: do not skip ->iif initialization | Florian Westphal | 1 | -6/+7 |
2010-06-16 | inetpeer: RCU conversion | Eric Dumazet | 1 | -69/+95 |
2010-06-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 29 | -198/+541 |
2010-06-15 | tcp: unify tcp flag macros | Changli Gao | 5 | -58/+47 |
2010-06-15 | bridge: use rx_handler_data pointer to store net_bridge_port pointer | Jiri Pirko | 16 | -46/+68 |
2010-06-15 | net: add rx_handler data pointer | Jiri Pirko | 2 | -2/+6 |
2010-06-15 | bridge: Fix netpoll support | Herbert Xu | 4 | -84/+120 |
2010-06-15 | netpoll: Allow netpoll_setup/cleanup recursion | Herbert Xu | 1 | -79/+97 |
2010-06-15 | netpoll: Add ndo_netpoll_setup | Herbert Xu | 1 | -0/+10 |
2010-06-15 | netpoll: Add locking for netpoll_setup/cleanup | Herbert Xu | 1 | -75/+76 |
2010-06-15 | netpoll: Fix RCU usage | Herbert Xu | 1 | -8/+12 |
2010-06-15 | bridge: Remove redundant npinfo NULL setting | Herbert Xu | 1 | -1/+0 |
2010-06-15 | netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup | Herbert Xu | 1 | -2/+1 |
2010-06-15 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 130 | -2004/+3310 |
2010-06-15 | netfilter: xtables: idletimer target implementation | Luciano Coelho | 3 | -0/+327 |
2010-06-15 | netfilter: CLUSTERIP: RCU conversion | Eric Dumazet | 1 | -19/+29 |
2010-06-15 | inetpeer: various changes | Eric Dumazet | 1 | -38/+56 |
2010-06-15 | ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit() | Eric Dumazet | 1 | -8/+11 |
2010-06-15 | ipv6: avoid two atomics in ipv6_rthdr_rcv() | Eric Dumazet | 1 | -6/+4 |
2010-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2010-06-14 | netfilter: defrag: kill unused work parameter of frag_kfree_skb() | Shan Wei | 1 | -4/+2 |
2010-06-14 | netfilter: defrag: remove one redundant atomic ops | Shan Wei | 1 | -2/+1 |
2010-06-14 | netfilter: kill redundant check code in which setting ip_summed value | Shan Wei | 2 | -6/+2 |
2010-06-14 | netfilter: nfnetlink_log: RCU conversion, part 2 | Eric Dumazet | 1 | -6/+12 |
2010-06-14 | net: rxhash already set in __copy_skb_header | Eric Dumazet | 1 | -1/+0 |
2010-06-14 | net: fix deliver_no_wcard regression on loopback device | John Fastabend | 1 | -0/+1 |
2010-06-13 | irttp: Print device parameters and statistics as unsigned | Ben Hutchings | 1 | -7/+7 |
2010-06-13 | net: Enable 64-bit net device statistics on 32-bit architectures | Ben Hutchings | 4 | -23/+27 |
2010-06-12 | pktgen: increasing transmission granularity | Daniel Turull | 1 | -4/+38 |
2010-06-12 | econet: fix locking | Eric Dumazet | 1 | -9/+18 |
2010-06-12 | pkt_sched: gen_kill_estimator() rcu fixes | Eric Dumazet | 4 | -3/+33 |
2010-06-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 10 | -22/+80 |
2010-06-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 28 | -477/+1520 |
2010-06-11 | net-next: remove useless union keyword | Changli Gao | 44 | -683/+674 |
2010-06-11 | pktgen: Fix accuracy of inter-packet delay. | Daniel Turull | 1 | -1/+1 |
2010-06-11 | pkt_sched: gen_estimator: add a new lock | Eric Dumazet | 1 | -3/+12 |
2010-06-11 | ip: ip_ra_control() rcu fix | Eric Dumazet | 1 | -4/+15 |