aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan1-6/+1
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2-18/+28
2018-07-20net-sysfs: make sure objects belong to container's ownerDmitry Torokhov1-1/+46
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks1-0/+3
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-30/+136
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+13
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warningJakub Kicinski1-6/+4
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio1-6/+0
2018-07-18xdp: fix uninitialized 'err' variableJakub Kicinski1-6/+9
2018-07-16net: Fix GRO_HASH_BUCKETS assertion.David S. Miller1-1/+1
2018-07-16net: convert gro_count to bitmaskLi RongQing1-12/+24
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+1
2018-07-16net: Add decrypted field to skbBoris Pismenny1-0/+6
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-37/+116
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-18/+21
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski2-59/+79
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski1-0/+34
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski2-6/+9
2018-07-13xdp: add per mode attributes for attached programsJakub Kicinski1-4/+26
2018-07-12devlink: Add generic parameters region_snapshotAlex Vesker1-0/+5
2018-07-12devlink: Add support for region snapshot read commandAlex Vesker1-0/+182
2018-07-12devlink: Add support for region snapshot delete commandAlex Vesker1-0/+93
2018-07-12devlink: Extend the support querying for region snapshot IDsAlex Vesker1-0/+53
2018-07-12devlink: Add support for region get commandAlex Vesker1-0/+114
2018-07-12devlink: Add support for creating region snapshotsAlex Vesker1-0/+95
2018-07-12devlink: Add callback to query for snapshot id before snapshot createAlex Vesker1-0/+21
2018-07-12devlink: Add support for creating and destroying regionsAlex Vesker1-0/+84
2018-07-12net: gro: properly remove skb from listPrashant Bhole1-2/+4
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller2-26/+167
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux1-15/+8
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann1-3/+13
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree1-2/+7
2018-07-09net: core: fix uses-after-free in list processingEdward Cree1-8/+13
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-9/+3
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-2/+4
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-0/+14
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-23/+35
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck2-1/+109
2018-07-09net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck1-2/+13
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-10/+100
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-2/+7
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-7/+91
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend1-1/+2
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-15/+17
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu1-0/+2
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1