summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | netfilter: exthdr: tcp option set supportFlorian Westphal2017-08-191-2/+162
| | * | | netfilter: exthdr: split netlink dump functionFlorian Westphal2017-08-191-5/+11
| | * | | netfilter: exthdr: factor out tcp option accessFlorian Westphal2017-08-191-12/+21
| | * | | netfilter: use audit_log()Geliang Tang2017-08-192-19/+8
| | * | | netfilter: remove prototype of netfilter_queue_initTaehee Yoo2017-08-191-1/+0
| | * | | netfilter: connlimit: merge root4 and root6.Taehee Yoo2017-08-191-15/+8
| | * | | netfilter: constify nf_loginfo structuresJulia Lawall2017-08-027-7/+7
| | * | | netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-024-21/+22
| | * | | netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-022-4/+0
| | * | | netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-314-68/+4
| | * | | netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal2017-07-311-12/+37
| | * | | netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-2/+9
| | * | | netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-4/+14
| | * | | netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-312-10/+51
| | * | | netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-312-14/+37
| | * | | netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter2017-07-311-8/+5
| | * | | netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-3115-15/+15
| | * | | netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal2017-07-311-0/+19
| | * | | netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2017-07-312-0/+5
| | * | | netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-312-4/+12
| | * | | netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-313-61/+90
| | * | | netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org2017-07-311-1/+1
| | * | | netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay2017-07-313-0/+97
| | * | | netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2017-07-312-10/+39
| | * | | netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2017-07-241-1/+4
| | * | | netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-2420-128/+13
| | * | | netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-242-16/+21
| | * | | netfilter: expect: add to hash table after expect initFlorian Westphal2017-07-241-6/+6
| * | | | net: Add module reference to FIB notifiersIdo Schimmel2017-09-013-2/+15
| * | | | net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-011-3/+3
| * | | | net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-012-10/+2
| * | | | tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande2017-09-011-6/+103
| * | | | inet_diag: allow protocols to provide additional dataIvan Delalande2017-09-011-4/+18
| * | | | ipv6: sr: Use ARRAY_SIZE macroThomas Meyer2017-09-011-3/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0158-247/+362
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | inetpeer: fix RCU lookup()Eric Dumazet2017-09-011-3/+6
| * | | | bpf: Collapse offset checks in sock_filter_is_valid_accessDavid Ahern2017-09-011-2/+0
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-09-014-40/+90
| |\ \ \ \
| | * | | | xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert2017-08-311-2/+2
| | * | | | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-313-38/+88
| * | | | | bpf: Allow cgroup sock filters to use get_current_uid_gid helperDavid Ahern2017-09-011-1/+15
| * | | | | bpf: Add mark and priority to sock options that can be setDavid Ahern2017-09-011-0/+26
| * | | | | devlink: Add IPv6 header for dpipeArkadi Sharshevsky2017-08-311-0/+17
| * | | | | net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Andrii2017-08-311-12/+35
| * | | | | bridge: add tracepoint in br_fdb_updateRoopa Prabhu2017-08-312-1/+5
| * | | | | net_sched: add reverse binding for tc classCong Wang2017-08-3110-2/+147
| |/ / / /
| * | | | devlink: Maintain consistency in mac field nameDavid Ahern2017-08-301-1/+1
| * | | | ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam2017-08-301-6/+12
| * | | | net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-3017-292/+254
| * | | | net/sched: Change cls_flower to use IDRChris Mi2017-08-301-32/+23
OpenPOWER on IntegriCloud