summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mpls: Do not decrement alive counter for unregister eventsDavid Ahern2017-03-121-1/+2
* mpls: Send route delete notifications when router module is unloadedDavid Ahern2017-03-121-0/+1
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-121-0/+3
* rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells2017-03-101-3/+12
* rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells2017-03-091-2/+3
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-092-2/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-0927-88/+115
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-03-091-0/+1
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-092-2/+6
* rds: ib: add error handleZhu Yanjun2017-03-091-11/+36
* net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern2017-03-091-5/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-03-072-12/+15
|\
| * vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-02-161-2/+6
| * xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-02-141-5/+4
| * xfrm: policy: init locks earlyFlorian Westphal2017-02-091-5/+5
* | ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-03-071-5/+5
* | dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-071-8/+16
* | net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-071-1/+0
* | rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan2017-03-073-8/+18
* | rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan2017-03-071-10/+9
* | rds: tcp: Take explicit refcounts on struct netSowmini Varadhan2017-03-073-5/+6
* | net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-071-7/+8
* | net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-071-7/+8
* | rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells2017-03-073-25/+39
* | tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-072-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-0442-197/+462
|\ \
| * | strparser: destroy workqueue on module exitWANG Cong2017-03-031-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-034-88/+63
| |\ \
| | * | netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2017-03-031-78/+55
| | * | netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso2017-03-031-5/+4
| | * | netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy2017-03-031-2/+0
| | * | netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-02-281-3/+4
| * | | rds: remove unnecessary returned value checkZhu Yanjun2017-03-034-14/+4
| * | | rxrpc: Fix potential NULL-pointer exceptionDavid Howells2017-03-031-7/+8
| * | | Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-03-023-3/+3
| |\ \ \
| | * | | average: change to declare precision, not factorJohannes Berg2017-03-023-3/+3
| * | | | ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong2017-03-021-0/+6
| * | | | tcp: fix potential double free issue for fastopen_reqWei Wang2017-03-021-3/+12
| * | | | net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-022-10/+12
| * | | | dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-03-021-0/+1
| * | | | Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-03-021-9/+11
| |\ \ \ \
| | * | | | batman-adv: Fix transmission of final, 16th fragmentLinus Lüssing2017-02-211-6/+6
| | * | | | batman-adv: Fix double free during fragment merge errorSven Eckelmann2017-02-211-3/+5
| * | | | | openvswitch: actions: fixed a brace coding style warningPeter Downs2017-03-021-2/+1
| * | | | | ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong2017-03-021-5/+9
| | |/ / / | |/| | |
| * | | | ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-012-1/+1
| * | | | net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-011-4/+31
| * | | | net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-011-2/+6
| * | | | net: bridge: allow IPv6 when multicast flood is disabledMike Manning2017-03-011-1/+2
| * | | | Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-03-016-14/+34
| |\ \ \ \