summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-023-17/+33
|\ \ \ \ \ \ \
| * | | | | | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
| | |_|/ / / / | |/| | | | |
| * | | | | | userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-3/+3
| * | | | | | userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman2012-08-141-3/+4
| * | | | | | userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2012-08-142-10/+25
* | | | | | | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-1/+11
|\ \ \ \ \ \ \
| * | | | | | | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-1/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-022-22/+4
|\ \ \ \ \ \ \
| * | | | | | | cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-142-22/+0
| * | | | | | | cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner2012-09-141-0/+2
| * | | | | | | cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner2012-09-141-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-023-18/+9
|\ \ \ \ \ \ \
| * | | | | | | workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-15/+6
| * | | | | | | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-1/+1
| * | | | | | | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-7/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches2012-09-171-10/+6
| * | | | | | netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches2012-09-171-1/+1
| * | | | | | netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches2012-09-171-7/+17
| | |_|_|_|/ | |/| | | |
* | | | | | net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-09-241-1/+2
* | | | | | net: do not disable sg for packets requiring no checksumEd Cashin2012-09-201-1/+2
* | | | | | net/core: fix comment in skb_try_coalesceLi RongQing2012-09-191-1/+3
* | | | | | net: fix memory leak on oom with zerocopyMichael S. Tsirkin2012-09-181-1/+1
|/ / / / /
* | | | | pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi2012-09-131-1/+1
* | | | | net: fix net/core/sock.c build errorRandy Dunlap2012-09-101-0/+2
* | | | | net: small bug on rxhash calculationChema Gonzalez2012-09-081-5/+6
* | | | | net: sock_edemux() should take care of timewait socketsEric Dumazet2012-09-031-1/+6
| |_|/ / |/| | |
* | | | netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-291-9/+1
| |/ / |/| |
* | | net/core/dev.c: fix kernel-doc warningRandy Dunlap2012-08-201-0/+1
* | | af_packet: don't emit packet on orig fanout groupEric Leblond2012-08-201-2/+14
* | | net: netprio: fix cgrp create and write priomap raceJohn Fastabend2012-08-161-5/+3
* | | net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend2012-08-161-0/+4
* | | net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend2012-08-161-18/+4
* | | netpoll: re-enable irq in poll_napi()Amerigo Wang2012-08-141-1/+9
* | | netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang2012-08-141-0/+15
* | | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-141-14/+17
* | | netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-141-2/+1
* | | netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-10/+32
* | | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-4/+4
* | | net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-08-081-2/+5
* | | net: force dst_default_metrics to const sectionEric Dumazet2012-08-081-1/+9
| |/ |/|
* | tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-021-0/+1
* | net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-08-021-0/+4
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-314-33/+211
|\
| * netvm: prevent a stream-specific deadlockMel Gorman2012-07-311-1/+13
| * netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-07-312-6/+63
| * netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-313-25/+112
| * netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman2012-07-311-0/+22
| * memcg: rename config variablesAndrew Morton2012-07-311-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-0/+4
|\ \
OpenPOWER on IntegriCloud