summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
* | neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
* | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2018-09-131-1/+1
|/
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-081-3/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-042-27/+36
|\
| * bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3Star
| * net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-301-0/+4
| * bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| * bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| * bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2Star
| * bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-291-5/+9
| * bpf: fix build error with clangStefan Agner2018-08-281-1/+1
* | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6Star
|\