aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-27net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim8-26/+37
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2013-12-22ipv4: consistent reporting of pmtu data in case of corkingHannes Frederic Sowa1-2/+3
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-20/+32
2013-12-19dccp: catch failed request_module call in dccp_probe initWang Weidong1-12/+7
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller1-1/+1
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet1-1/+1
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa1-9/+27
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-10/+16
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend1-1/+1
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-1/+3
2013-12-17net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet1-9/+4
2013-12-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-10/+16
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann1-10/+16
2013-12-16sctp: loading sctp when load sctp_probewangweidong1-1/+16
2013-12-16radiotap: fix bitmap-end-finding buffer overrunJohannes Berg1-0/+4
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-291/+472
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-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-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2-0/+2
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-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: unix: allow set_peek_off to failSasha Levin2-3/+7
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2-2/+9
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-28/+45
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann1-25/+40
2013-12-07netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso1-13/+33
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich1-14/+11
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
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-05net_sched: Use default action walker methodsJamal Hadi Salim8-9/+0