aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-01netlink: add attribute range validation to policyJohannes Berg1-3/+64
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-2/+1
2018-09-29netlink: fix typo in nla_parse_nested() commentJohannes Berg1-1/+1
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-4/+2
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa1-0/+2
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+0
2018-09-28netlink: add nested array policy validationJohannes Berg1-1/+11
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg1-2/+11
2018-09-28netlink: make validation_data constJohannes Berg1-1/+1
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg1-2/+0
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche1-0/+4
2018-09-27Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz1-2/+0
2018-09-27Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz1-1/+0
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2-0/+29
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-2/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-1/+1
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar1-6/+1
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-0/+5
2018-09-26cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap1-2/+0
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+12
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+69
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-0/+1
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov1-1/+1
2018-09-25net: sched: add helper function to take reference to QdiscVlad Buslov1-0/+13
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov2-0/+3
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski1-0/+69
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg1-11/+5
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu1-0/+15
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron2-4/+6
2018-09-24net/core: Add new basic hardware counterEelco Chaudron1-0/+4
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-3/+3
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-11/+1
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet1-1/+7
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet1-1/+1
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg1-12/+58
2018-09-20net/ipv4: Move device validation to helperDavid Ahern1-0/+1
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal3-28/+7
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal1-4/+9
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-5/+0
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2-5/+5
2018-09-18NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2018-09-18netlink: add ethernet address policy typesJohannes Berg1-0/+13
2018-09-18netlink: add NLA_REJECT policy typeJohannes Berg1-1/+12
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+9
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend1-4/+0