summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cgroup: netprio: remove unnecessary task_netprioidxGao feng2013-10-081-2/+1
| * | | | net: Separate the close_list and the unreg_list v2Eric W. Biederman2013-10-071-11/+14
| * | | | flow_dissector: factor out the ports extraction in skb_flow_get_portsNikolay Aleksandrov2013-10-031-11/+28
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-013-6/+74
| |\ \ \ \
| * | | | | dev: always advertise rx_flags changes via netlinkNicolas Dichtel2013-09-301-23/+37
| * | | | | dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2013-09-302-7/+7
| * | | | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+12
| * | | | | net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-261-1/+34
| * | | | | net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-261-2/+17
| * | | | | net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico2013-09-261-0/+10
| * | | | | net: add for_each iterators through neighbour lower link's privateVeaceslav Falico2013-09-261-1/+59
| * | | | | net: add netdev_adjacent->private and allow to use itVeaceslav Falico2013-09-261-11/+57
| * | | | | net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico2013-09-261-0/+13
| * | | | | net: add adj_list to save only neighboursVeaceslav Falico2013-09-261-100/+103
| * | | | | net: use lists as arguments instead of bool upperVeaceslav Falico2013-09-261-32/+22
| * | | | | net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa2013-09-261-1/+1
* | | | | | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-071-6/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-193-6/+74
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-6/+8
| | |/ / / | |/| | |
* | | | | net: flow_dissector: fail on evil iph->ihlJason Wang2013-11-021-1/+1
* | | | | netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-251-13/+18
| |_|_|/ |/| | |
* | | | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam2013-10-091-0/+2
| |_|/ |/| |
* | | pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-081-0/+1
* | | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-4/+4
* | | netif_set_xps_queue: make cpu mask constMichael S. Tsirkin2013-10-071-1/+2
| |/ |/|
* | net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet2013-09-301-2/+2
* | net: net_secret should not depend on TCPEric Dumazet2013-09-281-3/+24
* | net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman2013-09-281-1/+48
|/
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4
* netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang2013-09-121-1/+1
* net: fix multiqueue selectionEric Dumazet2013-09-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-073-3/+11
|\
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-302-3/+3
| * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-281-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0513-137/+693
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-052-9/+4
| |\ \
| * | | net: correctly interlink lower/upper devicesVeaceslav Falico2013-09-041-2/+2
| * | | skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-042-8/+13
| * | | net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-031-2/+0
| * | | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-1/+29
| * | | net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico2013-08-291-0/+25
| * | | net: remove search_list from netdev_adjacentVeaceslav Falico2013-08-291-36/+1
| * | | net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-291-27/+258
| * | | net: rename netdev_upper to netdev_adjacentVeaceslav Falico2013-08-291-12/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-162-2/+3
| |\ \ \
| * | | | rtnetlink: remove an unneeded testDan Carpenter2013-08-151-2/+2
| * | | | dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2013-08-151-3/+3
| * | | | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-49/+51
| * | | | net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang2013-08-071-27/+10
| * | | | net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang2013-08-071-4/+2
OpenPOWER on IntegriCloud