summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend
2013-12-17netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-12-17net: unix: allow bind to fail on mutex lockSasha Levin
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet
2013-12-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann
2013-12-16sctp: loading sctp when load sctp_probewangweidong
2013-12-16mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau
2013-12-16radiotap: fix bitmap-end-finding buffer overrunJohannes Berg
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-12-12netfilter: nft_reject: fix endianness in dump functionEric Leblond
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang
2013-12-11udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet
2013-12-11udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy
2013-12-10udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet
2013-12-10sctp: fix up a spacingwangweidong
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy
2013-12-10net: unix: allow set_peek_off to failSasha Levin
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa
2013-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann
2013-12-07netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds