Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-10-27devlink: Prevent port_type_set() callback when it's not neededElad Raz
2016-10-24net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin
2016-10-23bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-10-23net/socket: factor out helpers for memory and queue manipulationPaolo Abeni
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern
2016-10-17net: report right mtu value in error messageJakub Kicinski
2016-10-16lwtunnel: Add destroy state operationTom Herbert
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter
2016-10-13net: centralize net_device min/max MTU checkingJarod Wilson
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-10-04net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani
2016-10-04skb_splice_bits(): get rid of callbackAl Viro
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann
2016-10-03net: pktgen: fix pkt_sizePaolo Abeni
2016-09-29net: do not export sk_stream_write_spaceEric Dumazet
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-23Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-23kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-21bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-20cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-09-19net: core: Add offload stats to if_stats_msgNogah Frankel
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-11net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-10bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann
2016-09-10bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-09-10bpf: minor cleanups in helpersDaniel Borkmann
2016-09-10rtnetlink: remove unused ifla_stats_policystephen hemminger