summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-25openvswitch: fix vport-netdev unregisterAlexei Starovoitov3-5/+19
2014-04-18rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-04-18ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-04-18vlan: Set hard_header_len according to available accelerationVlad Yasevich2-2/+5
2014-04-18ip_tunnel: Fix dst ref-count.Pravin B Shelar3-3/+9
2014-04-18tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-04-18netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-04-18ip6mr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-04-18ipmr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-04-18rtnetlink: fix fdb notification flagsNicolas Dichtel1-4/+6
2014-04-18ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-04-18ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-04-18net: socket: error on a negative msg_namelenMatthew Leach1-0/+4
2014-04-18bridge: multicast: enable snooping on general queries onlyLinus Lüssing1-3/+5
2014-04-18bridge: multicast: add sanity check for general query destinationLinus Lüssing1-0/+19
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet2-1/+15
2014-04-18vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
2014-04-18pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet1-9/+19
2014-04-18ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-04-18ipv6: Fix exthdrs offload registration.Anton Nayshtut1-2/+2
2014-04-18net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-04-18inet: frag: make sure forced eviction removes all fragsFlorian Westphal1-1/+1
2014-04-18tipc: don't log disabled tasklet handler errorsErik Hugne1-1/+0
2014-04-18tipc: fix memory leak during module removalErik Hugne1-3/+34
2014-04-18tipc: drop subscriber connection id invalidationErik Hugne1-11/+0
2014-04-18tipc: fix connection refcount leakYing Xue1-2/+4
2014-04-18tipc: allow connection shutdown callback to be invoked in advanceYing Xue3-18/+7
2014-04-18bridge: multicast: add sanity check for query source addressesLinus Lüssing1-0/+6
2014-04-18net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-7/+2
2014-04-18net: fix for a race condition in the inet frag codeNikolay Aleksandrov1-1/+2
2014-04-18SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust1-2/+4
2014-04-03netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-04-03ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek1-4/+4
2014-04-03SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson1-1/+1
2014-03-31libceph: fix preallocation check in get_reply()Ilya Dryomov2-4/+3
2014-03-31libceph: rename front to front_len in get_reply()Ilya Dryomov1-4/+5
2014-03-31libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2-7/+7
2014-03-31libceph: resend all writes after the osdmap loses the full flagJosh Durgin1-6/+22
2014-03-31libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin1-2/+27
2014-03-24net: unix socket code abuses csum_partialAnton Blanchard1-2/+1
2014-03-23mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2-0/+2
2014-03-23mac80211: fix association to 20/40 MHz VHT networksJohannes Berg1-0/+1
2014-03-23mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg1-0/+22
2014-03-23mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach3-4/+22
2014-03-23mac80211: send control port protocol frames to the VO queueFelix Fietkau1-0/+5
2014-03-15tcp: syncookies: reduce mss table to four valuesFlorian Westphal2-17/+20
2014-03-15tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2-38/+17
2014-03-15xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek1-6/+6
2014-03-14net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-03-14ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long1-1/+0