summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+3
* tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner2016-12-061-1/+21
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-051-17/+15
* net: caif: remove ineffective checkPan Bian2016-12-051-4/+1
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-051-0/+4
* net: bridge: set error code on failurePan Bian2016-12-051-0/+1
* net: af_mpls.c add space before open parenthesisSuraj Deshmukh2016-12-051-1/+1
* ipv4: Drop suffix update from resize codeAlexander Duyck2016-12-051-21/+21
* ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck2016-12-051-12/+14
* net: dcb: set error code on failuresPan Bian2016-12-031-0/+1
* Merge tag 'batadv-net-for-davem-20161202' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-12-031-2/+2
|\
| * batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann2016-12-021-2/+2
* | net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-021-2/+2
* | tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
* | ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov2016-12-021-1/+1
* | RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan2016-12-021-0/+2
* | Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper2016-12-021-1/+0
* | ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
* | ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
* | packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-021-6/+12
* | net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser2016-12-021-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-013-3/+3
|\ \
| * | esp6: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2016-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-019-32/+60
|\ \ \
| * | | netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
| * | | netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-292-3/+3
| * | | netfilter: nft_range: add the missing NULL pointer checkLiping Zhang2016-11-241-0/+6
| * | | netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-5/+9
| * | | netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-16/+24
| * | | netfilter: nat: fix cmp return valueFlorian Westphal2016-11-241-3/+6
| * | | netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana2016-11-241-2/+5
| * | | netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern2016-11-241-0/+1
| * | | netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
* | | | l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault2016-11-301-1/+1
* | | | l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2016-11-302-5/+8
* | | | l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2016-11-302-38/+32
* | | | l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2016-11-302-10/+12
* | | | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-303-13/+26
* | | | openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
| |/ / |/| |
* | | net: dsa: slave: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+11
* | | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-10/+2
* | | net: dsa: slave: fix of-node leak and phy priorityJohan Hovold2016-11-291-2/+5
* | | GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-291-1/+1
* | | sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko2016-11-291-4/+6
* | | net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-11-291-5/+7
* | | netlink: Call cb->done from a worker threadHerbert Xu2016-11-292-4/+25
* | | net/sched: pedit: make sure that offset is validAmir Vadai2016-11-291-4/+20
* | | net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko2016-11-281-1/+3