summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netevent: remove automatic variable in register_netevent_notifier()Wang Long2015-05-311-4/+1
* bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-301-0/+18
* tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-261-1/+4
* net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet2015-05-251-5/+7
* net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet2015-05-251-1/+1
* pktgen: remove one sparse errorEric Dumazet2015-05-251-5/+5
* net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-251-0/+1
* net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-17/+28
* net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-232-1/+12
|\
| * net: core: 'ethtool' issue with querying phy settingsArun Parameswaran2015-05-221-1/+9
| * rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-171-0/+3
* | pktgen: make /proc/net/pktgen/pgctrl report fail on invalid inputJesper Dangaard Brouer2015-05-221-2/+2
* | pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-05-221-1/+1
* | flow_dissector: do not break if ports are not needed in flowlabelJiri Pirko2015-05-221-7/+7
* | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+2
* | net: dev: reduce both ingress hook ifdefsDaniel Borkmann2015-05-211-18/+4
* | neigh: Better handling of transition to NUD_PROBE stateErik Kline2015-05-211-0/+3
* | netns: make nsid_lock per netWANG Cong2015-05-171-16/+16
* | flow_dissector: remove bogus return in tipc sectionJiri Pirko2015-05-171-1/+0
* | net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-171-4/+5
* | net: core: set qdisc pkt len before tc_classifyFlorian Westphal2015-05-141-1/+2
* | netns: fix unbalanced spin_lock on errorNicolas Dichtel2015-05-141-0/+1
* | netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-141-0/+36
* | net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-141-3/+4
* | net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-131-4/+16
* | flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-131-2/+2
* | flow_dissector: introduce support for Ethernet addressesJiri Pirko2015-05-131-0/+12
* | flow_dissector: introduce support for ipv6 addresssesJiri Pirko2015-05-131-8/+21
* | flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-61/+138
* | flow_dissector: introduce programable flow_dissectorJiri Pirko2015-05-131-0/+48
* | flow_dissector: fix doc for skb_get_poffJiri Pirko2015-05-131-2/+6
* | net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2015-05-132-78/+78
* | net: move __skb_tx_hash to dev.cJiri Pirko2015-05-132-28/+28
* | flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko2015-05-131-5/+5
* | net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-131-0/+1
* | net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-132-2/+2
|\ \ | |/
| * netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-121-1/+1
| * net: core: Correct an over-stringent device loop detection.Vlad Yasevich2015-05-041-1/+1
| * Revert "net: kernel socket should be released in init_net namespace"Herbert Xu2015-05-041-1/+1
* | switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2015-05-132-3/+4
* | pktgen: fix packet generationAlexei Starovoitov2015-05-121-1/+10
* | net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko2015-05-121-0/+11
* | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-121-1/+0
* | switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-122-6/+13
* | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-122-2/+2
* | net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-121-4/+6
* | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-94/+6
* | net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-121-23/+32
OpenPOWER on IntegriCloud