aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockGravatar Ying Xue 1-3/+8
2013-12-10tipc: correct the order of stopping services at rmmodGravatar Jon Paul Maloy 1-3/+4
2013-12-10net: unix: allow set_peek_off to failGravatar Sasha Levin 2-3/+7
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressGravatar Stefan Tomanek 2-2/+9
2013-12-09net: drop_monitor: fix the value of maxattrGravatar Changli Gao 1-1/+0
2013-12-09ipv6: don't count addrconf generated routes against gc limitGravatar Hannes Frederic Sowa 1-5/+3
2013-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 3-28/+45
2013-12-09packet: fix send path when running with proto == 0Gravatar Daniel Borkmann 1-25/+40
2013-12-07netfilter: nf_tables: fix missing rules flushing per tableGravatar Pablo Neira Ayuso 1-13/+33
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathGravatar Sergey Popovich 1-14/+11
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathGravatar Jiri Pirko 2-1/+11
2013-12-05net: clear local_df when passing skb between namespacesGravatar Hannes Frederic Sowa 1-0/+1
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Gravatar Eric W. Biederman 1-7/+0
2013-12-05sctp: disable max_burst when the max_burst is 0Gravatar wangweidong 1-1/+1
2013-12-05net_sched: Use default action walker methodsGravatar Jamal Hadi Salim 8-9/+0
2013-12-05net_sched: Provide default walker function for actionsGravatar Jamal Hadi Salim 1-6/+3
2013-12-05net_sched: Use default action lookup functionsGravatar Jamal Hadi Salim 7-8/+0
2013-12-05net_sched: Default action lookup method for actionsGravatar Jamal Hadi Salim 1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsGravatar Jamal Hadi Salim 1-4/+8
2013-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 15-59/+99
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackGravatar Venkat Venkatsubra 1-3/+2
2013-12-02IPv6: Fixed support for blackhole and prohibit routesGravatar Kamala R 1-12/+10
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.Gravatar François-Xavier Le Bail 1-1/+1
2013-12-02ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvGravatar Duan Jiong 1-0/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 2-0/+10
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 28-94/+186
2013-12-02mac80211: check csa wiphy flag in ibss before switchingGravatar Simon Wunderlich 1-0/+4
2013-12-02cfg80211: disable CSA for all driversGravatar Simon Wunderlich 1-0/+6
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationGravatar fan.du 1-0/+7
2013-11-30netem: fix gemodel loss generatorGravatar stephen hemminger 1-1/+1
2013-11-30netem: fix loss 4 state modelGravatar stephen hemminger 1-2/+2
2013-11-30netem: missing break in ge loss generatorGravatar stephen hemminger 1-0/+1
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Gravatar Arvid Brodin 1-0/+28
2013-11-30net/hsr: Very small fix of comment style.Gravatar Arvid Brodin 1-1/+2
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Gravatar Hannes Frederic Sowa 1-2/+2
2013-11-29inet: fix possible seqlock deadlocksGravatar Eric Dumazet 3-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTGravatar Shawn Landden 1-0/+3
2013-11-29net: clamp ->msg_namelen instead of returning an errorGravatar Dan Carpenter 2-2/+2
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Gravatar Veaceslav Falico 1-2/+2
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerGravatar Baker Zhang 2-12/+0
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGravatar Gao feng 1-3/+3
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsGravatar Xufeng Zhang 2-1/+5
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIGravatar Johannes Berg 1-2/+9
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Gravatar Geert Uytterhoeven 1-1/+1
2013-11-25netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Gravatar Dave Jones 1-1/+1
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 14-59/+89
2013-11-25mac80211: set hw initial idle stateGravatar Karl Beldan 1-0/+2
2013-11-25mac80211: use capped prob when computing throughputsGravatar Karl Beldan 1-1/+1
2013-11-25cfg80211: ignore supported rates for nonexistant bands on scanGravatar Felix Fietkau 1-0/+4
2013-11-25mac80211: fix connection pollingGravatar Eliad Peller 1-0/+2