summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+1
2018-07-16net: Add decrypted field to skbBoris Pismenny1-0/+6
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-37/+116
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-13devlink: Add generic parameters region_snapshotAlex Vesker1-0/+5
2018-07-13devlink: Add support for region snapshot read commandAlex Vesker1-0/+182
2018-07-13devlink: Add support for region snapshot delete commandAlex Vesker1-0/+93
2018-07-13devlink: Extend the support querying for region snapshot IDsAlex Vesker1-0/+53
2018-07-13devlink: Add support for region get commandAlex Vesker1-0/+114
2018-07-13devlink: Add support for creating region snapshotsAlex Vesker1-0/+95
2018-07-13devlink: Add callback to query for snapshot id before snapshot createAlex Vesker1-0/+21
2018-07-13devlink: Add support for creating and destroying regionsAlex Vesker1-0/+84
2018-07-13net: gro: properly remove skb from listPrashant Bhole1-2/+4
2018-07-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-26/+167
2018-07-10net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree1-2/+7
2018-07-10net: 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-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
2018-07-05devlink: Add enable_sriov boolean generic parameterVasundhara Volam1-1/+5
2018-07-05devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh1-1/+13
2018-07-05devlink: Add devlink notifications support for paramsMoshe Shemesh1-0/+50
2018-07-05devlink: Add support for get/set driverinit valueMoshe Shemesh1-0/+77
2018-07-05devlink: Add param set commandMoshe Shemesh1-0/+134
2018-07-05devlink: Add param get commandMoshe Shemesh1-0/+250
2018-07-05devlink: Add devlink_param register and unregisterMoshe Shemesh1-0/+148
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-33/+23
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-0/+4
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+35
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia1-1/+1
2018-07-04net: don't bother calling list RX functions on empty listsEdward Cree1-2/+6
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree1-3/+5
2018-07-04net: core: propagate SKB lists through packet_type lookupEdward Cree1-8/+64
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree1-8/+36
2018-07-04net: core: Another step of skb receive list processingEdward Cree1-5/+56
2018-07-04net: core: unwrap skb list receive slightly furtherEdward Cree1-1/+3
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree1-0/+19
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-50/+150
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-46/+141
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao1-2/+4