aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-08batman-adv: Disallow mcast src address for data framesSven Eckelmann1-6/+6
2016-11-08batman-adv: Remove dev_queue_xmit return code exceptionSven Eckelmann1-11/+6
2016-11-08batman-adv: Consume skb in receive handlersSven Eckelmann6-85/+153
2016-10-30batman-adv: Consume skb in batadv_send_skb_to_origSven Eckelmann4-36/+25
2016-10-30batman-adv: Consume skb in batadv_frag_send_packetSven Eckelmann1-21/+29
2016-10-30batman-adv: Count all non-success TX packets as droppedSven Eckelmann1-1/+1
2016-10-30batman-adv: use consume_skb for non-dropped packetsSven Eckelmann6-30/+59
2016-10-30batman-adv: Simple (re)broadcast avoidanceLinus Lüssing9-8/+193
2016-10-30batman-adv: Use own timer for multicast TT and TVLV updatesLinus Lüssing5-17/+60
2016-10-30batman-adv: Remove unused skb_reset_mac_header()Linus Lüssing1-2/+0
2016-10-30batman-adv: Remove unnecessary lockdep in batadv_mcast_mla_list_freeLinus Lüssing1-6/+2
2016-10-30batman-adv: Add wrapper for ARP reply creationLinus Lüssing1-27/+40
2016-10-30batman-adv: Close two alignment holes in batadv_hard_ifaceSven Eckelmann1-2/+2
2016-10-30batman-adv: Mark batadv_netlink_ops as constSven Eckelmann1-1/+1
2016-10-30batman-adv: Introduce missing headers for genetlink restructureSven Eckelmann1-0/+3
2016-10-29Merge tag 'batadv-next-for-davem-20161027' of git://git.open-mesh.org/linux-mergeDavid S. Miller23-190/+129
2016-10-29net: dev: Fix non-RCU based lower dev walkerDavid Ahern1-2/+2
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal1-1/+1
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet3-15/+3
2016-10-29switchdev: Remove redundant variableIdo Schimmel1-4/+1
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf3-8/+3
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann1-0/+1
2016-10-28net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King1-6/+3
2016-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-8/+0
2016-10-27net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin1-3/+11
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg23-34/+34
2016-10-27genetlink: use idr to track familiesJohannes Berg1-165/+106
2016-10-27genetlink: statically initialize familiesJohannes Berg23-219/+304
2016-10-27genetlink: no longer support using static family IDsJohannes Berg23-40/+22
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg5-35/+53
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli1-3/+18
2016-10-26devlink: Prevent port_type_set() callback when it's not neededElad Raz1-0/+2
2016-10-26batman-adv: Revert "use core MTU range checking in misc drivers"Sven Eckelmann1-1/+12
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov6-4/+303
2016-10-23lwt: Remove unused len fieldThomas Graf2-7/+2
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni4-66/+33
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+106
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2-33/+67
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson5-2/+11
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson4-33/+12
2016-10-20net: use core MTU range checking in misc driversJarod Wilson5-43/+8
2016-10-20net: use core MTU range checking in core net infraJarod Wilson4-14/+7
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-10/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+4
2016-10-20tcp: relax listening_hash operationsEric Dumazet2-15/+7
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf1-1/+1