aboutsummaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-261-0/+7
* Linux 3.10.96 (accumulative patch)Stefan Guendhoer2016-08-261-1/+2
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-262-2/+2
* Linux 3.10.94Stefan Guendhoer2016-08-261-1/+1
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2016-08-261-1/+1
* skbuff: Fix skb checksum partial check.Pravin B Shelar2016-08-261-4/+5
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2016-08-261-2/+5
* Revert "fib_rules: fix fib rule dumps across multiple skbs"Levin Calado2016-08-261-9/+5
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2016-08-261-5/+9
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2016-08-261-6/+7
* net: Fix skb csum races when peekingHerbert Xu2016-08-261-1/+2
* net: Clone skb before setting peeked flagHerbert Xu2016-08-261-3/+38
* net: call rcu_read_lock early in process_backlogJulian Anastasov2016-08-261-15/+14
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2016-08-261-1/+3
* 3.10.72 -> 3.10.73Jan Engelmohr2016-08-261-4/+6
* 3.10.71 -> 3.10.72Jan Engelmohr2016-08-263-12/+29
* 3.10.69 -> 3.10.70Jan Engelmohr2016-08-262-6/+20
* first commitMeizu OpenSource2016-08-1538-0/+37105