summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-11-17ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa
2012-11-17af-packet: fix oops when socket is not presentEric Leblond
2012-11-17net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov
2012-11-17tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov
2012-11-17l2tp: fix oops in l2tp_eth_create() error pathTom Parkin
2012-11-17net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2012-11-17ipv6: Set default hoplimit as zero.Li RongQing
2012-11-17net: fix secpath kmemleakEric Dumazet
2012-11-17tcp: fix FIONREAD/SIOCINQEric Dumazet
2012-11-17netlink: use kfree_rcu() in netlink_release()Eric Dumazet
2012-11-17ipv4: Fix flushing of cached routing informationsSteffen Klassert
2012-11-17sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan
2012-11-17batman-adv: Fix broadcast packet CRC calculationLinus Lüssing
2012-11-17mac80211: fix SSID copy on IBSS JOINAntonio Quartulli
2012-11-17mac80211: make sure data is accessible in EAPOL checkJohannes Berg
2012-11-17mac80211: verify that skb data is presentJohannes Berg
2012-11-17mac80211: check management frame header lengthJohannes Berg
2012-11-17mac80211: don't inspect Sequence Control field on control framesJavier Cardona
2012-11-17mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona
2012-11-17mac80211: use blacklist for duplicate IE checkJohannes Berg
2012-11-17wireless: drop invalid mesh address extension framesJohannes Berg
2012-11-17cfg80211: fix antenna gain handlingFelix Fietkau
2012-11-05libceph: check for invalid mappingSage Weil
2012-11-05libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil
2012-11-05rbd: reset BACKOFF if unable to re-queueAlex Elder
2012-10-31cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka
2012-10-31Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg
2012-10-31mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau
2012-10-31mac80211: check if key has TKIP type before updating IVStanislaw Gruszka
2012-10-31mac80211: connect with HT20 if HT40 is not permittedJohannes Berg
2012-10-31SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust
2012-10-31Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust
2012-10-31SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust
2012-10-31SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust
2012-10-28mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen
2012-10-28ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet
2012-10-28tcp: resets are misroutedAlexey Kuznetsov
2012-10-28RDS: fix rds-ping spinlock recursionjeff.liu
2012-10-28ipvs: fix ARP resolving for direct routing modeJulian Anastasov
2012-10-28ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov
2012-10-28ipv4: introduce rt_uses_gatewayJulian Anastasov
2012-10-28ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov
2012-10-28ipv4: fix forwarding for strict source routesJulian Anastasov
2012-10-28ipv4: fix sending of redirectsJulian Anastasov
2012-10-28vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-28ipv4: Don't report stale pmtu values to userspaceSteffen Klassert
2012-10-28ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert
2012-10-28ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert
2012-10-28ipv6: GRO should be ECN friendlyEric Dumazet
2012-10-28net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com