summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet
2012-07-18mac80211: flush stations before stop beaconingEliad Peller
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan
2012-07-18libceph: fix messenger retrySage Weil
2012-07-17SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust
2012-07-17ipv4: fix rcu splatEric Dumazet
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-17Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2012-07-17mac80211: go out of PS before sending disassocEliad Peller
2012-07-17cfg80211: remove regulatory_update()Luis R. Rodriguez
2012-07-17cfg80211: make regulatory_update() staticLuis R. Rodriguez
2012-07-17cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()Luis R. Rodriguez
2012-07-17cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez
2012-07-17cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUSLuis R. Rodriguez
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov
2012-07-17cfg80211: fix set_regdom() to cancel requests with same alpha2Kalle Valo
2012-07-17cfg80211: support TX error rate CQMThomas Pedersen
2012-07-17nl80211: add wdev ID as u64 as it shouldJohannes Berg
2012-07-17mac80211: fix tx-mgmt cookie value being left uninitializedNicolas Cavallari
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei
2012-07-17irda: Fix typo in irdaMasanari Iida
2012-07-17sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici
2012-07-17ax25: Fix missing breakAlan Cox
2012-07-17netem: refine early skb orphaningEric Dumazet
2012-07-17caif: Fix access to freed pernet memorySjur Brændeland
2012-07-17net: cgroup: fix access the unallocated memory in netprio cgroupGao feng
2012-07-17bridge: Fix enforcement of multicast hash_max limitThomas Graf
2012-07-17ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko
2012-07-176lowpan: Change byte order when storing/accessing to len fieldTony Cheneau
2012-07-176lowpan: Change byte order when storing/accessing u16 tagTony Cheneau
2012-07-176lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau
2012-07-17Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2012-07-17sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-07-17net: make sock diag per-namespaceAndrey Vagin
2012-07-17tcp: add OFO snmp countersEric Dumazet
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever