summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-272-10/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-2629-145/+152
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2624-114/+126
| |\
| | * ipv4: add reference counting to metricsEric Dumazet2017-05-263-17/+33
| | * ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
| | * sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| | * net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
| | * bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
| | * arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1
| | * tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
| | * net: move somaxconn init from sysctl codeRoman Kapl2017-05-252-2/+19
| | * Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-243-9/+12
| | |\
| | | * cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel2017-05-231-4/+4
| | | * mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-172-5/+8
| | * | net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
| | * | sctp: set new_asoc temp when processing dupcookieXin Long2017-05-242-9/+7
| | * | sctp: fix stream update when processing dupcookieXin Long2017-05-241-1/+3
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-05-235-50/+8
| | |\ \
| | | * | xfrm: fix state migration copy replay sequence numbersAntony Antony2017-05-191-0/+2
| | | * | xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari2017-05-081-1/+1
| | | * | af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-05-081-1/+1
| | | * | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-041-47/+0
| | | * | esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-05-041-1/+4
| * | | | Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-265-31/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | libceph: cleanup old messages according to reconnect seqYan, Zheng2017-05-241-3/+12
| | * | | libceph: NULL deref on crush_decode() error pathDan Carpenter2017-05-231-0/+1
| | * | | libceph: fix error handling in process_one_ticket()Ilya Dryomov2017-05-231-5/+5
| | * | | libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov2017-05-231-0/+3
| | * | | libceph: drop version variable from ceph_monmap_decode()Ilya Dryomov2017-05-231-3/+1
| | * | | libceph: make ceph_msg_data_advance() return voidIlya Dryomov2017-05-231-7/+4
| | * | | libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov2017-05-231-13/+0
* | | | | bridge: Export multicast enabled stateIdo Schimmel2017-05-261-0/+8
* | | | | bridge: Export VLAN filtering stateIdo Schimmel2017-05-265-13/+12
* | | | | net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-8/+26
* | | | | net: ipv4: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-2/+11
* | | | | net: ipv4: Save trie prefix to fib lookup resultDavid Ahern2017-05-261-0/+1
* | | | | net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupDavid Ahern2017-05-261-8/+13
* | | | | net: ipv4: Remove event arg to rt_fill_infoDavid Ahern2017-05-261-4/+3
* | | | | net: ipv4: refactor ip_route_input_norefDavid Ahern2017-05-261-29/+37
* | | | | net: ipv4: refactor __ip_route_output_key_hashDavid Ahern2017-05-262-23/+32
* | | | | rxrpc: Support network namespacingDavid Howells2017-05-2512-216/+356
* | | | | net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami2017-05-251-6/+4
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-05-253-19/+48
|\ \ \ \ \
| * | | | | net: ieee802154: fix net_device reference release too earlyLin Zhang2017-05-231-4/+4
| * | | | | net: ieee802154: remove explicit set skb->skLin Zhang2017-05-231-2/+0
| * | | | | Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring2017-05-221-8/+3
| * | | | | Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-181-5/+6
| * | | | | Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-181-0/+12
| * | | | | Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-181-0/+6
| * | | | | Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-181-0/+8