summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao14-45/+44
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal9-12/+4
2017-09-04netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay1-1/+121
2017-09-04netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay1-13/+13
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay5-35/+66
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai1-24/+253
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller77-787/+1333
2017-09-02net: Add module reference to FIB notifiersIdo Schimmel3-2/+15
2017-09-02net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-3/+3
2017-09-02net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2-10/+2
2017-09-02tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande1-6/+103
2017-09-02inet_diag: allow protocols to provide additional dataIvan Delalande1-4/+18
2017-09-02ipv6: sr: Use ARRAY_SIZE macroThomas Meyer1-3/+4
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-247/+362
2017-09-02inetpeer: fix RCU lookup()Eric Dumazet1-3/+6
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-246/+343
2017-09-01bpf: Collapse offset checks in sock_filter_is_valid_accessDavid Ahern1-2/+0
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-40/+90
2017-09-01bpf: Allow cgroup sock filters to use get_current_uid_gid helperDavid Ahern1-1/+15
2017-09-01bpf: Add mark and priority to sock options that can be setDavid Ahern1-0/+26
2017-09-01devlink: Add IPv6 header for dpipeArkadi Sharshevsky1-0/+17
2017-08-31net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Andrii1-12/+35
2017-08-31bridge: add tracepoint in br_fdb_updateRoopa Prabhu2-1/+5
2017-08-31net_sched: add reverse binding for tc classCong Wang10-2/+147
2017-08-31xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert1-2/+2
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman3-38/+88
2017-08-31devlink: Maintain consistency in mac field nameDavid Ahern1-1/+1
2017-08-31kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-08-31sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-08-31sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-31sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-08-31sch_fq_codel: avoid double free on init failureNikolay Aleksandrov1-3/+1
2017-08-31sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-08-31sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-7/+3
2017-08-31sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2017-08-31sch_multiq: fix double free on init failureNikolay Aleksandrov1-6/+1
2017-08-31sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-31ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam1-6/+12
2017-08-31net/sched: Change act_api and act_xxx modules to use IDRChris Mi17-292/+254
2017-08-31net/sched: Change cls_flower to use IDRChris Mi1-32/+23
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal5-6/+192
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2-20/+46
2017-08-30neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet5-14/+4
2017-08-30ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern1-13/+20
2017-08-30nsh: add GSO supportJiri Benc5-0/+103
2017-08-30act_ife: use registered ife_type as fallbackAlexander Aring1-14/+3
2017-08-30packet: Don't write vnet header beyond end of bufferBenjamin Poirier1-3/+9