summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks
2018-07-20net-sysfs: make sure objects belong to container's ownerDmitry Torokhov
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Jakub Kicinski
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio
2018-07-18xdp: fix uninitialized 'err' variableJakub Kicinski
2018-07-16net: Fix GRO_HASH_BUCKETS assertion.David S. Miller
2018-07-16net: convert gro_count to bitmaskLi RongQing
2018-07-16net: Add TLS RX offload featureIlya Lesokhin
2018-07-16net: Add decrypted field to skbBoris Pismenny
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-13xdp: add per mode attributes for attached programsJakub Kicinski
2018-07-12devlink: Add generic parameters region_snapshotAlex Vesker
2018-07-12devlink: Add support for region snapshot read commandAlex Vesker
2018-07-12devlink: Add support for region snapshot delete commandAlex Vesker
2018-07-12devlink: Extend the support querying for region snapshot IDsAlex Vesker
2018-07-12devlink: Add support for region get commandAlex Vesker
2018-07-12devlink: Add support for creating region snapshotsAlex Vesker
2018-07-12devlink: Add callback to query for snapshot id before snapshot createAlex Vesker
2018-07-12devlink: Add support for creating and destroying regionsAlex Vesker
2018-07-12net: gro: properly remove skb from listPrashant Bhole
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree
2018-07-09net: core: fix uses-after-free in list processingEdward Cree
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck
2018-07-09net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva