aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04cfg80211: replace ieee80211_ie_split() with an inlineJohannes Berg1-7/+0
2015-12-04cfg80211: add complete data to station add/change tracingJohannes Berg1-0/+38
2015-12-04cfg80211: Add missing tracing to cfg80211Ilan Peer3-5/+108
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2-2/+17
2015-12-04Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg6-15/+21
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-298/+605
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds70-298/+596
2015-12-03Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-15/+21
2015-12-03tipc: fix node reference count bugJon Paul Maloy1-8/+7
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault1-1/+1
2015-12-03VSOCK: Add Makefile and KconfigAsias He2-0/+20
2015-12-03VSOCK: Introduce virtio-vsock.koAsias He1-0/+466
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He1-0/+1272
2015-12-03VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He1-0/+70
2015-12-03mpls: support for dead routesRoopa Prabhu2-28/+159
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter1-1/+15
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-1/+6
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+20
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko4-7/+10
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko4-15/+10
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel1-2/+6
2015-12-03ipv6: kill sk_dst_lockEric Dumazet6-31/+7
2015-12-03ipv6: sctp: add rcu protection around np->optEric Dumazet1-3/+10
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet2-9/+11
2015-12-02sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-2/+2
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet11-50/+101
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller1-1/+1
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni4-5/+9
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet3-25/+22
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet15-38/+36
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel3-9/+5
2015-12-01unix: use wq_has_sleeper in unix_dgram_recvmsgRainer Weikusat1-2/+4
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-11-30net: ipmr: add mfc newroute/delroute netlink supportNikolay Aleksandrov1-0/+129
2015-11-30net: ipmr: fix setsockopt error returnNikolay Aleksandrov1-3/+5
2015-11-30net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov1-8/+3
2015-11-30net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov1-18/+0
2015-11-30net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov1-2/+0
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov7-7/+0
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu9-14/+14
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl1-2/+2
2015-11-24RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3