summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | batman-adv: Omit unnecessary memset of netdev private dataTobias Klauser2017-03-171-4/+0
| * | batman-adv: Use __func__ to add function names to messagesSven Eckelmann2017-03-171-3/+4
| * | batman-adv: Convert BATADV_PRINT_VID macro to functionSven Eckelmann2017-03-164-42/+54
| * | batman-adv: Fix possible side-effects in _batadv_dbgSven Eckelmann2017-03-161-2/+3
| * | batman-adv: Fix unbalanced braces around else statementSven Eckelmann2017-03-161-2/+4
| * | batman-adv: Reduce preprocessor checks in multicast.cSven Eckelmann2017-03-161-7/+5
| * | batman-adv: Start new development cycleSimon Wunderlich2017-03-161-1/+1
* | | Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-0612-101/+186
|\ \ \
| * | | rxrpc: Trace client call connectionDavid Howells2017-04-061-0/+1
| * | | rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+2
| * | | rxrpc: Trace received abortsDavid Howells2017-04-061-1/+3
| * | | rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-067-40/+114
| * | | rxrpc: Handle temporary errors better in rxkad securityDavid Howells2017-04-061-38/+40
| * | | rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-061-4/+8
| * | | rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-069-27/+27
* | | | L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran2017-04-061-4/+51
* | | | New kernel function to get IP overhead on a socket.R. Parameswaran2017-04-061-0/+46
* | | | af_unix: Use designated initializersKees Cook2017-04-061-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-0644-376/+679
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0540-375/+663
| |\ \ \
| | * | | tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-051-13/+14
| | * | | tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-051-1/+2
| | * | | sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-055-22/+17
| | * | | l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-04-041-1/+1
| | * | | l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-045-11/+27
| | * | | tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-031-5/+9
| | * | | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-31/+36
| | * | | flow dissector: correct size of storage for ARPSimon Horman2017-04-031-1/+1
| | * | | l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-04-013-16/+35
| | * | | l2tp: hold session while sending creation notificationsGuillaume Nault2017-04-011-2/+4
| | * | | l2tp: fix duplicate session creationGuillaume Nault2017-04-013-56/+84
| | * | | l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-04-011-4/+11
| | * | | l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-04-014-23/+88
| | * | | sctp: use right in and out stream cntXin Long2017-04-014-12/+11
| | * | | Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-04-012-7/+6
| | |\ \ \
| | | * | | mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-03-291-1/+2
| | | * | | cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel2017-03-291-6/+4
| | * | | | openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei2017-04-011-2/+8
| | * | | | sctp: alloc stream info when initializing asocXin Long2017-03-303-16/+43
| | * | | | net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-03-301-0/+2
| | * | | | net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-03-301-0/+2
| | * | | | net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-03-301-2/+2
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-298-130/+206
| | |\ \ \ \
| | | * | | | netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang2017-03-291-2/+7
| | | * | | | netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-03-271-18/+1
| | | * | | | netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang2017-03-271-3/+10
| | | * | | | netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang2017-03-271-96/+81
| | | * | | | netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-275-1/+7
| | | * | | | netfilter: nfnl_cthelper: Fix memory leakJeffy Chen2017-03-221-3/+9
| | | * | | | netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso2017-03-221-2/+84