aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-63/+67
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann1-25/+40
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet3-9/+17
2013-12-06unix: convert printks to pr_<level>wangweidong1-4/+5
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addressesJiri Pirko1-72/+99
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko1-12/+20
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet1-15/+30
2013-12-06sctp: fix some comments in associola.cwangweidong1-4/+4
2013-12-06sctp: convert sctp_peer_needs_update to booleanwangweidong1-3/+3
2013-12-06sctp: remove the else pathwangweidong1-7/+3
2013-12-06sctp: remove the duplicate initializewangweidong1-41/+0
2013-12-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller46-1092/+2460
2013-12-06tcp: auto corkingEric Dumazet3-13/+60
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet1-15/+21
2013-12-06gro: small napi_get_frags() optimEric Dumazet1-2/+1
2013-12-06ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet1-11/+14
2013-12-06packet: use macro GET_PBDQC_FROM_RB to simplify the codesDuan Jiong1-4/+6
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher8-16/+8
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher14-42/+14
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher4-8/+4
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher13-26/+13
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher9-18/+9
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher27-81/+54
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville46-1092/+2460
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville15-59/+99
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman1-7/+0
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong1-1/+1
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller2-48/+11
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim8-9/+0
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim1-6/+3
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim7-8/+0
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim1-4/+8
2013-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville15-59/+99
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail1-1/+1
2013-12-02ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong1-0/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville46-1092/+2460
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-0/+10
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-94/+186
2013-12-02mac80211: fix rx_nss calculation for drivers with hw rcMichal Kazior1-2/+2
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-12-02mac80211: don't leak next beacon when csa is abortedSimon Wunderlich1-0/+3
2013-12-02mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich1-1/+0
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2-12/+18
2013-12-02mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2-8/+15