summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: Export cred_to_ucred to modules.David S. Miller2010-06-171-0/+1
* | | | | af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman2010-06-161-5/+2
* | | | | af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman2010-06-161-22/+31
* | | | | scm: Capture the full credentials of the scm sender.Eric W. Biederman2010-06-161-0/+24
* | | | | af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman2010-06-161-3/+8
* | | | | af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman2010-06-162-15/+40
* | | | | sock: Introduce cred_to_ucredEric W. Biederman2010-06-161-0/+14
* | | | | syncookies: check decoded options against sysctl settingsFlorian Westphal2010-06-162-8/+21
* | | | | inetpeer: restore small inet_peer structuresEric Dumazet2010-06-163-6/+10
* | | | | inetpeer: do not use zero refcnt for freed entriesEric Dumazet2010-06-161-2/+8
* | | | | bridge: Add const to dummy br_netpoll_send_skbHerbert Xu2010-06-161-1/+1
* | | | | ipfrag : frag_kfree_skb() cleanupEric Dumazet2010-06-162-11/+5
* | | | | ip_frag: Remove some atomic opsEric Dumazet2010-06-162-4/+2
* | | | | ipv6: syncookies: do not skip ->iif initializationFlorian Westphal2010-06-161-6/+7
* | | | | inetpeer: RCU conversionEric Dumazet2010-06-151-69/+95
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-1529-198/+541
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-15130-2004/+3310
| |\ \ \ \ \
| * | | | | | netfilter: xtables: idletimer target implementationLuciano Coelho2010-06-153-0/+327
| * | | | | | netfilter: CLUSTERIP: RCU conversionEric Dumazet2010-06-151-19/+29
| * | | | | | netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei2010-06-141-4/+2
| * | | | | | netfilter: defrag: remove one redundant atomic opsShan Wei2010-06-141-2/+1
| * | | | | | netfilter: kill redundant check code in which setting ip_summed valueShan Wei2010-06-142-6/+2
| * | | | | | netfilter: nfnetlink_log: RCU conversion, part 2Eric Dumazet2010-06-141-6/+12
| * | | | | | netfilter: nfnetlink_log: RCU conversionEric Dumazet2010-06-091-22/+27
| * | | | | | netfilter: nfnetlink_queue: some optimizationsEric Dumazet2010-06-091-19/+14
| * | | | | | netfilter: ip6_queue: rwlock to spinlock conversionEric Dumazet2010-06-091-32/+25
| * | | | | | netfilter: ip_queue: rwlock to spinlock conversionEric Dumazet2010-06-091-32/+25
| * | | | | | netfilter: xt_sctp: use WORD_ROUND macro to calculate length of multiple of 4...Shan Wei2010-06-091-1/+2
| * | | | | | netfilter: nf_conntrack: per_cpu untrackingEric Dumazet2010-06-091-10/+26
| * | | | | | netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-0812-25/+33
| * | | | | | netfilter: vmalloc_node cleanupEric Dumazet2010-06-043-10/+8
| * | | | | | netfilter: xt_statistic: remove nth_lock spinlockEric Dumazet2010-06-011-10/+9
| * | | | | | netfilter: br_netfilter: use skb_set_noref()Eric Dumazet2010-06-011-4/+2
* | | | | | | tcp: unify tcp flag macrosChangli Gao2010-06-155-58/+47
* | | | | | | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-1516-46/+68
* | | | | | | net: add rx_handler data pointerJiri Pirko2010-06-152-2/+6
* | | | | | | bridge: Fix netpoll supportHerbert Xu2010-06-154-84/+120
* | | | | | | netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2010-06-151-79/+97
* | | | | | | netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-151-0/+10
* | | | | | | netpoll: Add locking for netpoll_setup/cleanupHerbert Xu2010-06-151-75/+76
* | | | | | | netpoll: Fix RCU usageHerbert Xu2010-06-151-8/+12
* | | | | | | bridge: Remove redundant npinfo NULL settingHerbert Xu2010-06-151-1/+0
* | | | | | | netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu2010-06-151-2/+1
| |/ / / / / |/| | | | |
* | | | | | inetpeer: various changesEric Dumazet2010-06-151-38/+56
* | | | | | ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet2010-06-151-8/+11
* | | | | | ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet2010-06-151-6/+4
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-151-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net: rxhash already set in __copy_skb_headerEric Dumazet2010-06-141-1/+0
| * | | | | net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend2010-06-141-0/+1
* | | | | | irttp: Print device parameters and statistics as unsignedBen Hutchings2010-06-131-7/+7