aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-52/+275
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita1-9/+6
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita1-14/+15
2013-04-29net/netfilter: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton1-14/+2
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-1/+0
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-6/+2
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust1-8/+3
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust6-32/+176
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun1-1/+1
2013-04-19irda: small read past the end of array in debug codeDan Carpenter2-2/+11
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-3/+19
2013-04-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-12/+39
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+31
2013-04-19netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal2-2/+14
2013-04-18netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik1-1/+5
2013-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-12/+39
2013-04-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-23/+28
2013-04-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller2-13/+19
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli5-23/+28
2013-04-17net: drop dst before queueing fragmentsEric Dumazet2-6/+20
2013-04-15esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-04-15bridge: make user modified path cost stickystephen hemminger3-1/+4
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman56-193/+462
2013-04-14ipv6: statically link register_inet6addr_notifier()Cong Wang2-21/+22
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2-1/+7
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2-4/+74
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward1-0/+4
2013-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into netfilterDavid S. Miller7-44/+92
2013-04-12Merge branch 'for-john' of git://x-git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-4/+20
2013-04-12netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal1-33/+7
2013-04-11tcp: Reallocate headroom if it would overflow csum_startThomas Graf1-2/+6
2013-04-11tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-42/+101
2013-04-10mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg1-4/+20
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+3
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik4-4/+76
2013-04-09netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik1-3/+7
2013-04-09Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-3/+3
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+1
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-04-08netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun1-1/+1
2013-04-08af_iucv: fix recvmsg by replacing skb_pull() functionUrsula Braun1-18/+16
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-04-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-8/+19