aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg1-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+9
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+2
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski1-0/+7
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-5/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-127/+216
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes1-13/+1
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes1-1/+1
2017-11-14net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes1-0/+3
2017-11-14net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes1-2/+1
2017-11-14net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes1-10/+2
2017-11-14net: core: move dev_alloc_name_ns a little higherRasmus Villemoes1-13/+13
2017-11-14net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes1-1/+1
2017-11-14netdev: exit_net cleanup check addedVasily Averin1-0/+2
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski1-1/+5
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-17/+17
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko1-10/+11
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-0/+27
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad1-0/+1
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-04net: Add extack to upper device linkingDavid Ahern1-5/+10
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern1-32/+47
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel1-3/+8
2017-10-04net: core: fix kerneldoc commentFlorian Westphal1-1/+1
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal1-13/+39
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-5/+26
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2017-09-22net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan1-1/+1
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer1-2/+2
2017-08-13net: export some generic xdp helpersJason Wang1-6/+8
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn1-2/+2
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca1-0/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-07-19net: make dev_close and related functions voidstephen hemminger1-15/+11
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller1-18/+0
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend1-2/+20
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend1-95/+113
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-3/+3