aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman
2015-06-10bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-06-10tipc: disconnect socket directly after probe failureErik Hugne
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller
2015-06-09cfg80211: wext: clear sinfo struct before calling driverJohannes Berg
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman
2015-06-07bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov
2015-06-07Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller
2015-06-07mpls: fix possible use after free of deviceRobert Shearman
2015-06-07bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-06-03openvswitch: disable LROJiri Benc
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-06-01vti6: Add pmtu handling to vti6_xmit.Steffen Klassert
2015-06-01Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller
2015-06-01Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler
2015-05-31net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet
2015-05-30bridge: fix br_multicast_query_expired() bugEric Dumazet
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-05-28xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-05-26unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn
2015-05-26Merge tag 'mac80211-for-davem-2015-05-26' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-05-22bridge: fix lockdep splatEric Dumazet
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran
2015-05-22bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann
2015-05-21xfrm: Always zero high-order sequence number bitsHerbert Xu
2015-05-20Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov
2015-05-20libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov
2015-05-20ipv6: fix ECMP route replacementMichal Kubeček
2015-05-20ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior
2015-05-20mac80211: don't split remain-on-channel for coalescingJohannes Berg
2015-05-20Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal