aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann1-1/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+19
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet2-6/+18
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-10/+21
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu1-1/+1
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-13/+18
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov2-12/+13
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa1-13/+21
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa1-3/+4
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-10-23net: always inline net_secret_initHannes Frederic Sowa1-1/+1
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-6/+0
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-0/+1
2013-10-19net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa1-12/+2
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa1-0/+48
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+1
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-0/+2
2013-10-19net: generalize skb_segment()Eric Dumazet1-17/+5
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet1-4/+23
2013-10-10net: gro: allow to build full sized skbEric Dumazet1-17/+26
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+7
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet1-0/+1
2013-10-08cgroup: netprio: remove unnecessary task_netprioidxGao feng1-2/+1
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-11/+14
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+4
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-10-03flow_dissector: factor out the ports extraction in skb_flow_get_portsNikolay Aleksandrov1-11/+28
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+74
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel1-23/+37
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2-7/+7
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-0/+12
2013-09-28net: net_secret should not depend on TCPEric Dumazet1-3/+24
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman1-1/+48
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-1/+34
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-2/+17
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico1-0/+10
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico1-1/+59
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico1-11/+57
2013-09-26net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico1-0/+13
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico1-100/+103
2013-09-26net: use lists as arguments instead of bool upperVeaceslav Falico1-32/+22
2013-09-26net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa1-1/+1
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-09-12netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang1-1/+1