summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap2018-09-261-2/+0
| * | | | | | bonding: avoid possible dead-lockMahesh Bandewar2018-09-261-6/+1
* | | | | | | tls: Add support for inplace records encryptionVakul Garg2018-10-021-0/+1
* | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-10-023-3/+31
|\ \ \ \ \ \ \
| * | | | | | | Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2018-09-281-0/+2
| * | | | | | | Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz2018-09-271-2/+0
| * | | | | | | Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz2018-09-271-1/+0
| * | | | | | | Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2018-09-272-0/+29
| | |_|_|_|/ / | |/| | | | |
* | | | | | | tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-021-0/+1
* | | | | | | net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2018-10-021-2/+1
| |_|_|/ / / |/| | | | |
* | | | | | tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-011-1/+1
* | | | | | netlink: add validation function to policyJohannes Berg2018-10-011-1/+23
* | | | | | netlink: add attribute range validation to policyJohannes Berg2018-10-011-3/+64
* | | | | | tls: Remove redundant vars from tls record structureVakul Garg2018-09-291-4/+2
* | | | | | netlink: add nested array policy validationJohannes Berg2018-09-281-1/+11
* | | | | | netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg2018-09-281-2/+11
* | | | | | netlink: make validation_data constJohannes Berg2018-09-281-1/+1
* | | | | | netlink: remove NLA_NESTED_COMPATJohannes Berg2018-09-281-2/+0
|/ / / / /
* | | | | net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-2/+1
* | | | | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* | | | | net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-261-0/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-252-3/+12
|\ \ \ \ \
| * | | | | flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-3/+12
* | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-09-251-0/+69
|\ \ \ \ \ \
| * | | | | | net: xsk: add a simple buffer reuse queueJakub Kicinski2018-09-251-0/+69
* | | | | | | net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-251-0/+1
* | | | | | | net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-251-1/+1
* | | | | | | net: sched: add helper function to take reference to QdiscVlad Buslov2018-09-251-0/+13
* | | | | | | net: sched: extend Qdisc with rcuVlad Buslov2018-09-252-0/+3
* | | | | | | net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-1/+1
* | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | NFC: Fix the number of pipesSuren Baghdasaryan2018-09-181-1/+1
* | | | | | net/tls: Fixed race condition in async encryptionVakul Garg2018-09-241-11/+5
* | | | | | neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-0/+15
* | | | | | net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-242-4/+6
* | | | | | net/core: Add new basic hardware counterEelco Chaudron2018-09-241-0/+4
* | | | | | tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-211-3/+3
* | | | | | tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-211-11/+1
* | | | | | tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-211-1/+7
* | | | | | tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet2018-09-211-1/+1
* | | | | | net/tls: Add support for async encryption of records for performanceVakul Garg2018-09-211-12/+58
* | | | | | net/ipv4: Move device validation to helperDavid Ahern2018-09-201-0/+1
* | | | | | netlink: add ethernet address policy typesJohannes Berg2018-09-181-0/+13
* | | | | | netlink: add NLA_REJECT policy typeJohannes Berg2018-09-181-1/+12
* | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-10/+9
|\| | | | |
| * | | | | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-131-10/+9
* | | | | | tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend2018-09-171-4/+0
| |_|_|/ / |/| | | |
* | | | | vxlan: Remove duplicated include from vxlan.hYueHaibing2018-09-131-1/+0
* | | | | net: sock: introduce SOCK_XDPJason Wang2018-09-131-0/+1
* | | | | llc: avoid blocking in llc_sap_close()Cong Wang2018-09-131-0/+1
OpenPOWER on IntegriCloud