aboutsummaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2019-05-031-0/+3
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2019-05-031-0/+10
* net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2019-05-031-5/+7
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2019-05-031-0/+6
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2019-05-031-0/+1
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2019-05-031-4/+4
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2019-05-031-11/+19
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2019-05-031-2/+2
* net: initialize skb->peeked when cloningEric Dumazet2019-05-031-0/+1
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2019-05-031-1/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2019-05-021-1/+1
* BACKPORT: neigh: probe application via netlink in NUD_PROBETimo Teräs2019-05-021-3/+4
* neigh: do not modify unlinked entriesJulian Anastasov2019-05-021-0/+11
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2910-10/+10
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-292-22/+1
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendPaul Lawrence2018-05-161-0/+4
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-11-061-0/+2
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-11-061-1/+1
* net: core: neighbour: Change the print format for addressesNaveen Ramaraj2017-08-241-2/+2
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-201-3/+4
* UPSTREAM: net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-051-3/+9
* UPSTREAM: net: remove open-coded skb_cow_head.françois romieu2017-08-051-2/+2
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-07-041-1/+2
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-07-041-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-07-041-9/+24
* net: properly release sk_frag.pageEric Dumazet2017-06-171-5/+5
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-06-171-4/+31
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-06-171-18/+13
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-06-171-2/+2
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-06-171-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-06-171-1/+2
* BACKPORT [UPSTREAM] net: add real socket cookiesChenbo Feng2017-05-232-0/+13
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-231-2/+72
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-231-51/+2
* net: core: Add a UID field to struct sock.Lorenzo Colitti2017-05-231-1/+4
* mtk: 3.10 updatesMister Oyster2017-04-291-1/+2
* mtk: squashed security updatesMoyster2017-04-111-1/+3
* Get rid of __cpuinitMoyster2017-04-111-2/+2
* neigh: Better handling of transition to NUD_PROBE stateErik Kline2017-04-111-0/+3
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-04-111-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2017-04-111-0/+1
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-04-111-4/+5
* net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov2017-04-111-1/+3
* bonding: Fix bonding crashMahesh Bandewar2017-04-111-0/+16
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-111-5/+5
* UPSTREAM: net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-04-111-2/+2
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-11-171-1/+5
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2016-09-101-3/+20
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-102-2/+2
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-8/+10