summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-07netfilter: nft_quota: introduce nft_overquota()Pablo Neira Ayuso1-4/+4
2016-09-07netfilter: nft_quota: fix overquota logicPablo Neira Ayuso1-1/+1
2016-09-07netfilter: nft_numgen: rename until attribute by modulusLaura Garcia Liebana1-15/+15
2016-09-07netfilter: ftp: Remove the useless codeGao Feng1-12/+1
2016-09-07netfilter: ftp: Remove the useless dlen==0 condition check in find_patternGao Feng1-2/+0
2016-09-07netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP headerMarco Angaroni1-2/+3
2016-09-07netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headersMarco Angaroni1-2/+1
2016-09-07netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng2-12/+13
2016-09-07netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng2-4/+4
2016-09-06Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller5-640/+660
2016-09-06Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller4-31/+23
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller36-1554/+1196
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2-7/+7
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells1-281/+277
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells5-633/+657
2016-09-04rxrpc: Don't change the epochDavid Howells1-24/+8
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells1-1/+8
2016-09-04netns: avoid disabling irq for netns idWANG Cong1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-04openvswitch: Free tmpl with tmpl_free.Joe Stringer1-1/+1
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells2-2/+4
2016-09-03tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy1-7/+16
2016-09-03tipc: rate limit broadcast retransmissionsJon Paul Maloy1-5/+47
2016-09-03tipc: transfer broadcast nacks in link state messagesJon Paul Maloy7-27/+108
2016-09-03rxrpc: Fix uninitialised variable warningDavid Howells1-3/+2
2016-09-03rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann1-1/+1
2016-09-02net: bridge: add per-port multicast flood flagNikolay Aleksandrov4-4/+14
2016-09-02net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov4-22/+37
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu4-57/+83
2016-09-02rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells9-61/+214
2016-09-02l2tp: make nla_policy conststephen hemminger1-1/+1
2016-09-02tcp: make nla_policy conststephen hemminger1-1/+1
2016-09-02ila: make nla_policy conststephen hemminger2-2/+2
2016-09-02fou: make nla_policy conststephen hemminger1-1/+1
2016-09-02netns: make nla_policy conststephen hemminger1-1/+1
2016-09-02batman: make netlink attributes conststephen hemminger1-2/+2
2016-09-02drop_monitor: make genl_multicast_group conststephen hemminger1-1/+1
2016-09-02net: make genetlink ctrl ops conststephen hemminger1-2/+2
2016-09-01mpls: get rid of trivial returnsstephen hemminger1-5/+0
2016-09-01net: dsa: add MDB supportVivien Didelot1-0/+55
2016-08-31net: mpls: Fixups for GSODavid Ahern3-13/+40
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu6-6/+62
2016-08-31net: batch calls to flush_all_backlogs()Eric Dumazet1-20/+12
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2-11/+14
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells1-5/+5
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-0/+15
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells11-34/+104
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells12-184/+226
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells1-11/+15
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng5-11/+9