aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita
2013-04-29net/netfilter: rename random32() to prandom_u32()Akinobu Mita
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita
2013-04-29sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun
2013-04-19irda: small read past the end of array in debug codeDan Carpenter
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-04-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-04-19netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal
2013-04-18netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik
2013-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-04-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli
2013-04-17net: drop dst before queueing fragmentsEric Dumazet
2013-04-15esp4: fix error return code in esp_output()Wei Yongjun
2013-04-15bridge: make user modified path cost stickystephen hemminger
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman
2013-04-14ipv6: statically link register_inet6addr_notifier()Cong Wang
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold
2013-04-12net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward
2013-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-04-12Merge branch 'for-john' of git://x-git.kernel.org/pub/scm/linux/kernel/git/jb...John W. Linville
2013-04-12netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal
2013-04-11tcp: Reallocate headroom if it would overflow csum_startThomas Graf
2013-04-11tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-04-10mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik
2013-04-09netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik
2013-04-09Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun
2013-04-08netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun
2013-04-08af_iucv: fix recvmsg by replacing skb_pull() functionUrsula Braun
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-04-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville