aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-02netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2-4/+0
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal6-94/+4
2017-07-31netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal1-12/+37
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter3-4/+11
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter3-6/+16
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter4-13/+54
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter4-16/+40
2017-07-31netlink: Introduce nla_strdup()Phil Sutter2-0/+25
2017-07-31netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter1-8/+5
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal18-18/+18
2017-07-31netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal1-0/+19
2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2-0/+5
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal3-4/+15
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal4-61/+95
2017-07-31netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org1-1/+1
2017-07-31netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay3-0/+97
2017-07-31netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2-10/+39
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2-1/+6
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo20-128/+13
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso3-16/+23
2017-07-24netfilter: expect: add to hash table after expect initFlorian Westphal1-6/+6
2017-07-20net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1
2017-07-20rds: Make sure updates to cp_send_gen can be observedHåkon Bugge1-3/+3
2017-07-20cxgb4: display serial config and vpd versionsGanesh Goudar4-58/+188
2017-07-20net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy1-24/+25
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-20net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli1-0/+1
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann1-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree1-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann1-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann4-5/+5
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2-14/+95
2017-07-20x86: mark kprobe templates as character arrays, not single charactersLinus Torvalds1-4/+4
2017-07-20HID: hid-logitech-hidpp: add NULL check on devm_kmemdup() return valueGustavo A. R. Silva1-0/+3
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-19net: tehuti: don't process data if it has not been copied from userspaceColin Ian King1-0/+2
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath1-37/+14
2017-07-19net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll1-0/+1
2017-07-19netvsc: add rtnl annotations in rndisstephen hemminger4-10/+15
2017-07-19netvsc: save pointer to parent netvsc_device in channel tablestephen hemminger2-1/+3
2017-07-19netvsc: need rcu_derefence when accessing internal device infostephen hemminger4-13/+11
2017-07-19netvsc: use ERR_PTR to avoid dereference issuesstephen hemminger4-49/+49
2017-07-19netvsc: change logic for change mtu and set_queuesstephen hemminger3-20/+24
2017-07-19netvsc: change order of steps in setting queuesstephen hemminger1-5/+3
2017-07-19netvsc: add some rtnl_dereference annotationsstephen hemminger2-5/+7
2017-07-19netvsc: force link update after MTU changestephen hemminger1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger2-17/+13
2017-07-19hns: remove useless void caststephen hemminger1-1/+1