summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-051-0/+12
* net: checksum: fix warning in skb_checksumDaniel Borkmann2013-11-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-042-14/+19
|\
| * net: flow_dissector: fail on evil iph->ihlJason Wang2013-11-021-1/+1
| * netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-261-13/+18
* | net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-042-6/+18
* | net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-041-10/+21
* | net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu2013-10-291-2/+2
* | net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu2013-10-291-1/+1
* | net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu2013-10-291-1/+1
* | net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-262-12/+13
* | net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa2013-10-261-13/+21
* | net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-261-3/+4
* | net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov2013-10-261-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+2
|\|
| * net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam2013-10-091-0/+2
* | net: always inline net_secret_initHannes Frederic Sowa2013-10-231-1/+1
* | net: remove function sk_reset_txq()ZHAO Gang2013-10-221-6/+0
* | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-221-0/+1
* | net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa2013-10-201-12/+2
* | net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-201-0/+48
* | ipip: add GSO/TSO supportEric Dumazet2013-10-201-0/+1
* | ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-201-0/+2
* | net: generalize skb_segment()Eric Dumazet2013-10-201-17/+5
* | net: refactor sk_page_frag_refill()Eric Dumazet2013-10-181-4/+23
* | net: gro: allow to build full sized skbEric Dumazet2013-10-101-17/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-093-5/+7
|\|
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-091-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
* | 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
|\|
| * net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet2013-09-301-2/+2
| * net: net_secret should not depend on TCPEric Dumazet2013-09-291-3/+24
| * net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman2013-09-291-1/+48
* | 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-291-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
|/
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4