summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* bpf: only test gso type on gso packetsWillem de Bruijn2019-03-231-4/+4
* bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-03-231-8/+4Star
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-191-4/+18
* bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-03-131-0/+2
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-101-0/+3
* net: sched: put back q.qlen into a single locationEric Dumazet2019-03-101-2/+0Star
* bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-02-271-1/+4
* bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-02-271-1/+1
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-231-0/+4
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-231-2/+2
* net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-02-061-0/+3
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-261-6/+1Star
* bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-222-10/+12
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-5/+10
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2019-01-091-0/+1
* net: fix XPS static_key accountingSabrina Dubroca2018-12-171-21/+24
* net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-12-171-7/+9
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-171-4/+4
* net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-12-051-0/+5
* net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-12-051-2/+5
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-1/+1
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-231-0/+4
* flow_dissector: do not dissect l4 ports for fragments배석진2018-11-231-2/+2
* cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-11-131-0/+1
* net: Properly unlink GRO packets on overflow.David S. Miller2018-11-041-0/+1
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-041-0/+10
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-041-2/+3
* Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-211-2/+1Star
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
* Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0Star
* ethtool: fix a privilege escalation bugWenwen Wang2018-10-161-2/+6
* ethtool: fix a missing-check bugWenwen Wang2018-10-161-0/+3
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-111-2/+26
* net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-10-101-5/+7
* devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-101-1/+18
* devlink: Fix param cmode driverinit for string typeMoshe Shemesh2018-10-101-3/+12
* devlink: Fix param set handling for string typeMoshe Shemesh2018-10-101-3/+8
* rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-051-9/+20
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-031-0/+6
* bond: take rcu lock in netpoll_send_skb_on_devDave Jones2018-10-021-0/+2
* rtnetlink: Fail dump if target netnsid is invalidDavid Ahern2018-10-021-4/+2Star
* netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet2018-09-281-19/+1Star
* net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2018-09-271-1/+8
* netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-241-12/+7Star
* net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-231-0/+1
* devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-221-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-171-1/+2
|\