summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: rose: mark expected switch fall-throughsGustavo A. R. Silva2017-10-222-0/+3
* openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva2017-10-221-0/+1
* net: netrom: nr_in: mark expected switch fall-throughGustavo A. R. Silva2017-10-221-1/+1
* tipc: fix broken tipc_poll() functionJon Maloy2017-10-211-3/+2
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-215-83/+0
* dsa: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-11/+53
* net: sched: cls_bpf: call block callbacks for offloadJiri Pirko2017-10-211-8/+32
* net: sched: cls_u32: call block callbacks for offloadJiri Pirko2017-10-211-20/+52
* net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnodeJiri Pirko2017-10-211-8/+8
* net: sched: cls_matchall: call block callbacks for offloadJiri Pirko2017-10-211-27/+45
* net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko2017-10-212-6/+24
* net: sched: introduce per-block callbacksJiri Pirko2017-10-211-0/+105
* net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko2017-10-211-7/+29
* net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko2017-10-211-3/+53
* ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-6/+6
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-10-214-171/+241
|\
| * Bluetooth: Fix compiler warning with selftest duration calculationMarcel Holtmann2017-10-061-1/+1
| * Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-064-128/+147
| * Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus2017-10-061-1/+1
| * Bluetooth: selftest - check for errors when computing ZZTudor Ambarus2017-10-061-3/+8
| * Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-063-24/+33
| * Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-064-50/+87
* | ipv4: ipv4_default_advmss() should use route mtuEric Dumazet2017-10-211-1/+1
* | Merge branch 'ieee802154-for-davem-2017-10-18' of git://git.kernel.org/pub/sc...David S. Miller2017-10-211-3/+3
|\ \
| * \ Merge remote-tracking branch 'net-next/master'Stefan Schmidt2017-10-18308-4064/+9976
| |\ \
| * | | ieee802154: netlink: fix typo of the name of struct genl_opsXue Liu2017-10-161-3/+3
* | | | tcp: fix tcp_send_syn_data()Eric Dumazet2017-10-211-0/+1
* | | | ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni2017-10-211-1/+11
* | | | ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni2017-10-211-1/+3
* | | | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-1/+1
* | | | net: ipv4: Change fib notifiers to take a fib_aliasDavid Ahern2017-10-201-24/+15
* | | | tcp: socket option to set TCP fast open keyYuchung Cheng2017-10-204-17/+76
* | | | net: Add extack to validator_info structs used for address notifierDavid Ahern2017-10-202-13/+17
* | | | net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern2017-10-202-11/+19
* | | | ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern2017-10-201-44/+60
* | | | net/sched: Set the net-device for egress device instanceOr Gerlitz2017-10-201-0/+1
* | | | Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-10-204-28/+121
|\ \ \ \
| * | | | rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-26/+81
| * | | | rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells2017-10-182-0/+32
| * | | | rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-182-2/+8
* | | | | net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann2017-10-201-1/+1
* | | | | tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-201-1/+1
* | | | | net: l2tp: mark expected switch fall-throughGustavo A. R. Silva2017-10-191-1/+1
* | | | | mqprio: fix potential null pointer dereference on optColin Ian King2017-10-191-1/+2
* | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-191-0/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+16
| |/ / /
* | | | tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet2017-10-181-6/+3
* | | | bpf: allow access to skb->len from offloadsJakub Kicinski2017-10-181-0/+2
* | | | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-0/+40
* | | | bpf: split verifier and program opsJakub Kicinski2017-10-181-9/+36