aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-1/+4
2015-05-25net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet1-5/+7
2015-05-25net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet1-1/+1
2015-05-25pktgen: remove one sparse errorEric Dumazet1-5/+5
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa1-0/+1
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-17/+28
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa1-0/+18
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+12
2015-05-22pktgen: make /proc/net/pktgen/pgctrl report fail on invalid inputJesper Dangaard Brouer1-2/+2
2015-05-22pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer1-1/+1
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran1-1/+9
2015-05-22flow_dissector: do not break if ports are not needed in flowlabelJiri Pirko1-7/+7
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-0/+2
2015-05-21net: dev: reduce both ingress hook ifdefsDaniel Borkmann1-18/+4
2015-05-21neigh: Better handling of transition to NUD_PROBE stateErik Kline1-0/+3
2015-05-17netns: make nsid_lock per netWANG Cong1-16/+16
2015-05-17flow_dissector: remove bogus return in tipc sectionJiri Pirko1-1/+0
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-05-14net: core: set qdisc pkt len before tc_classifyFlorian Westphal1-1/+2
2015-05-14netns: fix unbalanced spin_lock on errorNicolas Dichtel1-0/+1
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira1-0/+36
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira1-3/+4
2015-05-13net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck1-4/+16
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko1-2/+2
2015-05-13flow_dissector: introduce support for Ethernet addressesJiri Pirko1-0/+12
2015-05-13flow_dissector: introduce support for ipv6 addresssesJiri Pirko1-8/+21
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko1-61/+138
2015-05-13flow_dissector: introduce programable flow_dissectorJiri Pirko1-0/+48
2015-05-13flow_dissector: fix doc for skb_get_poffJiri Pirko1-2/+6
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2-78/+78
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko2-28/+28
2015-05-13flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko1-5/+5
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko1-0/+1
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2-3/+4
2015-05-12pktgen: fix packet generationAlexei Starovoitov1-1/+10
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()Denys Vlasenko1-0/+11
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-1/+0
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman2-6/+13
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2-2/+2
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-4/+6
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-94/+6
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-23/+32
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck1-62/+79
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-12/+18
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann1-30/+16
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-19/+0