summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida-1/+1
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal-0/+25
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-685/+1368
2014-01-23rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko-2/+1
2014-01-23net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich-8/+10
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-31/+1
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko-51/+0
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko-20/+138
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko-8/+8
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar-2/+3
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi-31/+1
2014-01-21pktgen: Use ether_addr_copyJoe Perches-4/+4
2014-01-21netpoll: Use ether_addr_copyJoe Perches-2/+2
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz-0/+2
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz-0/+1
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-4/+4
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca-10/+0
2014-01-19net: fix "queues" uevent between network namespacesWeilong Chen-0/+26
2014-01-19net: document accel_priv parameter for __dev_queue_xmit()Jason Wang-1/+2
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar-0/+4
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-28/+2
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com-0/+54
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton-27/+35
2014-01-16net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton-3/+1
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico-0/+5
2014-01-16net: Check skb->rxhash in gro_receiveTom Herbert-1/+8
2014-01-15bpf: do not use reciprocal divideEric Dumazet-28/+2
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico-0/+22
2014-01-15net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico-27/+30
2014-01-15neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko-3/+6
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-3/+4
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings-39/+61
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings-0/+2
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings-2/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+25
2014-01-14net: add skb_checksum_setupPaul Durrant-0/+273
2014-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-14/+66
2014-01-13net: make dev_set_mtu() honor notification return codeVeaceslav Falico-9/+25
2014-01-13net: gro: change GRO overflow strategyEric Dumazet-2/+15
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang-16/+25
2014-01-10{xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not setFan Du-2/+2
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu-0/+26
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier-5/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller-0/+85
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf-0/+85
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+11
2014-01-06pktgen_dst_metrics[] can be staticFengguang Wu-1/+1
2014-01-05net: netdev_kobject_init: annotate with __initDaniel Borkmann-2/+2
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-15/+124