aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville31-216/+970
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot1-1/+2
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu5-74/+96
2013-12-12netfilter: nft_reject: fix endianness in dump functionEric Leblond1-1/+1
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang1-2/+4
2013-12-11udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet1-6/+16
2013-12-11udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet1-3/+6
2013-12-11ipv6: router reachability probingJiri Benc2-6/+25
2013-12-11sctp: remove redundant null check on asocwangweidong1-4/+2
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang1-8/+12
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang1-45/+70
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2-6/+7
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang1-35/+122
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher22-61/+22
2013-12-11rfkill: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-12-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville6-73/+877
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2-0/+2
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue2-11/+7
2013-12-11tipc: eliminate code duplication in media layerYing Xue4-231/+149
2013-12-11tipc: relocate common functions from media to bearerYing Xue5-401/+114
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue3-46/+65
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy2-19/+19
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy4-62/+23
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue2-55/+9
2013-12-10udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet1-10/+6
2013-12-10sctp: fix up a spacingwangweidong1-5/+2
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong1-4/+65
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong1-10/+22
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot6-6/+0
2013-12-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang1-4/+6
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang2-2/+3
2013-12-10net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2-3/+3
2013-12-10net_sched: cls_bpf: use tabs to do indentYang Yingliang1-1/+1
2013-12-10net_sched: remove unnecessary parentheses while returnYang Yingliang2-2/+3
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman4-11/+13
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue1-3/+8
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy1-3/+4
2013-12-10net: handle error more gracefully in socketpair()Yann Droneaud1-18/+31
2013-12-10net: more spelling fixesstephen hemminger5-11/+11
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-2/+6
2013-12-10dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko1-4/+9
2013-12-10net: unix: allow set_peek_off to failSasha Levin2-3/+7
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2-2/+9
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko1-2/+2
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot2-2/+2