aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman1-5/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman2-24/+33
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman2-4/+48
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman1-3/+8
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman3-16/+42
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman2-0/+19
2010-06-16user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman2-0/+58
2010-06-16scm: Reorder scm_cookie.Eric W. Biederman1-1/+1
2010-06-16qlcnic: Bumped up version numberAnirban Chakraborty1-2/+2
2010-06-16qlcnic: Fix a bug in setting up NIC partitioning modeAnirban Chakraborty3-52/+37
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal3-9/+22
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet4-11/+36
2010-06-15gadget/rndis: dev_get_stats() now returns rtnl_link_stats64.David S. Miller1-1/+1
2010-06-15inetpeer: do not use zero refcnt for freed entriesEric Dumazet1-2/+8
2010-06-15netpoll: Use correct primitives for RCU dereferencingHerbert Xu1-2/+2
2010-06-15bridge: Add const to dummy br_netpoll_send_skbHerbert Xu1-1/+1
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet3-9/+5
2010-06-15ipfrag : frag_kfree_skb() cleanupEric Dumazet2-11/+5
2010-06-15ip_frag: Remove some atomic opsEric Dumazet2-4/+2
2010-06-15ipv6: syncookies: do not skip ->iif initializationFlorian Westphal1-6/+7
2010-06-15net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings1-1/+1
2010-06-15netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang2-43/+85
2010-06-15inetpeer: RCU conversionEric Dumazet2-69/+96
2010-06-15cnic: Fix cnic_cm_abort() error handling.Michael Chan1-11/+18
2010-06-15cnic: Refactor and fix cnic_ready_to_close().Michael Chan1-16/+10
2010-06-15cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan1-6/+9
2010-06-15cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan1-0/+2
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck3-26/+79
2010-06-15tcp: unify tcp flag macrosChangli Gao6-71/+58
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko20-50/+71
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko3-14/+17
2010-06-15net: add rx_handler data pointerJiri Pirko4-4/+10
2010-06-15bridge: Fix netpoll supportHerbert Xu4-84/+120
2010-06-15netpoll: Add netpoll_tx_runningHerbert Xu1-0/+9
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2-79/+99
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu2-0/+12
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu1-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu2-13/+20
2010-06-15bridge: Remove redundant npinfo NULL settingHerbert Xu1-1/+0
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu1-2/+1
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho5-0/+373
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-06-14bnx2x: Fix link problem with some DACsYaniv Rosner1-3/+5
2010-06-14inetpeer: various changesEric Dumazet1-38/+56
2010-06-14loopback: Implement 64bit stats on 32bit archesEric Dumazet1-10/+51
2010-06-14ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet1-6/+4
2010-06-14ethtool: Revert incorrect indentation changesBen Hutchings1-20/+20
2010-06-14netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei1-4/+2