summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-09batman-adv: Add orig_interval mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add network_coding mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add multicast forceflood mesh genl configurationSven Eckelmann1-0/+15
2019-02-09batman-adv: Add log_level mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add hop_penalty mesh genl configurationSven Eckelmann1-0/+11
2019-02-09batman-adv: Add gateway mesh genl configurationSven Eckelmann6-8/+95
2019-02-09batman-adv: Add fragmentation mesh genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Add distributed_arp_table mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add bridge_loop_avoidance mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add bonding mesh genl configurationSven Eckelmann1-0/+11
2019-02-09batman-adv: Add ap_isolation mesh/vlan genl configurationSven Eckelmann1-0/+89
2019-02-09batman-adv: Add aggregated_ogms mesh genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Prepare framework for vlan genl configSven Eckelmann1-2/+189
2019-02-09batman-adv: Prepare framework for hardif genl configSven Eckelmann1-21/+219
2019-02-09batman-adv: Prepare framework for mesh genl configSven Eckelmann1-62/+98
2019-02-09batman-adv: Move common genl doit code pre/post hooksSven Eckelmann1-43/+100
2019-02-06batman-adv: fix memory leak in in batadv_dat_put_dhcpMartin Weinelt1-0/+2
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann61-61/+61
2018-12-30batman-adv: Snoop DHCPACKs for DATLinus Lüssing4-2/+431
2018-12-30batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-11/+11
2018-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds310-5214/+11745
2018-12-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+17
2018-12-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+13
2018-12-25net: dccp: fix kernel crash on module loadPeter Oskolkov2-12/+30
2018-12-25net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2018-12-25net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki1-2/+5
2018-12-25ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2018-12-25iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu1-0/+1
2018-12-24net: Revert recent Spectre-v1 patches.David S. Miller4-9/+0
2018-12-23can: af_can: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-23packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2018-12-23nfc: af_nfc: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-23phonet: af_phonet: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-12-23net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-5/+19
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg1-4/+6
2018-12-21net: minor cleanup in skb_ext_add()Paolo Abeni1-5/+2
2018-12-21net: fix possible user-after-free in skb_ext_add()Paolo Abeni1-2/+2
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg1-0/+3
2018-12-21packet: validate address lengthWillem de Bruijn1-0/+4
2018-12-21tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller40-1659/+1125
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-42/+99
2018-12-21ppp: Move PFC decompression to PPP generic layerSam Protsenko1-4/+0
2018-12-21net: ipv4: Set skb->dev for output route resolutionIdo Schimmel1-0/+1
2018-12-21neighbour: remove stray semicolonColin Ian King1-1/+1
2018-12-21ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal5-42/+10