aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-2324-78/+243
|\
| * Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-12-231-3/+3
| |\
| | * netfilter: xt_connbytes: handle negation correctlyFlorian Westphal2011-12-231-3/+3
| * | net: relax rcvbuf limitsEric Dumazet2011-12-232-9/+3
| * | rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang2011-12-221-2/+5
| * | net: introduce DST_NOPEER dst flagEric Dumazet2011-12-223-4/+4
| * | mqprio: Avoid panic if no options are providedThomas Graf2011-12-221-1/+1
| * | bridge: provide a mtu() method for fake_dst_opsEric Dumazet2011-12-221-0/+6
| * | ipv4: using prefetch requires including prefetch.hStephen Rothwell2011-12-221-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-2115-25/+181
| |\ \
| | * | net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-212-4/+26
| | * | ipv4: reintroduce route cache garbage collectorEric Dumazet2011-12-211-0/+107
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-213-2/+13
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-193-2/+13
| | | |\ \
| | | | * | Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan2011-12-181-1/+1
| | | | * | Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau2011-12-181-0/+1
| | | | * | Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau2011-12-181-1/+11
| | * | | | net: have ipconfig not wait if no dev is availableGerlando Falauto2011-12-201-0/+4
| | * | | | sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2011-12-202-11/+3
| | * | | | sctp: fix incorrect overflow check on autocloseXi Wang2011-12-194-3/+17
| | * | | | llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu2011-12-191-4/+10
| | * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-12-191-1/+1
| | |\ \ \ \
| | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-151-1/+1
| | | |\| | | | | | | |_|/ | | | |/| |
| * | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-12-202-13/+27
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust2011-12-011-6/+4
| | * | | | SUNRPC: Fix the execution time statistics in the face of RPC restartsTrond Myklebust2011-12-011-7/+23
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-1610-63/+86
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-131-22/+13
| |\ \ \ \ \ \
| | * | | | | | crush: fix mapping calculation when force argument doesn't existSage Weil2011-12-121-22/+13
* | | | | | | | netem: loss model API sizesstephen hemminger2011-12-231-3/+3
* | | | | | | | sch_hfsc: report backlog informationEric Dumazet2011-12-231-0/+10
* | | | | | | | netlink: wake up netlink listeners sooner (v2)stephen hemminger2011-12-221-1/+1
* | | | | | | | netlink: af_netlink cleanup (v2)stephen hemminger2011-12-222-18/+14
* | | | | | | | irda: use msecs_to_jiffies() rather than manual calculationXi Wang2011-12-211-2/+2
* | | | | | | | sch_sfq: rehash queues in perturb timerEric Dumazet2011-12-211-6/+81
* | | | | | | | tcp: Replace constants with #define macrosVijay Subramanian2011-12-212-4/+4
* | | | | | | | af_iucv: get rid of state IUCV_SEVEREDUrsula Braun2011-12-201-27/+8
* | | | | | | | af_iucv: remove unused timer infrastructureUrsula Braun2011-12-201-22/+0
* | | | | | | | af_iucv: release reference to HS deviceUrsula Braun2011-12-201-13/+24
* | | | | | | | af_iucv: accelerate close for HS transportUrsula Braun2011-12-201-0/+7
* | | | | | | | af_iucv: support ancillary data with HS transportUrsula Braun2011-12-201-0/+2
* | | | | | | | net: unix -- Add missing module.h inclusionCyrill Gorcunov2011-12-201-0/+1
* | | | | | | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-1920-23/+23
* | | | | | | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-1910-29/+29
* | | | | | | | net: two vzalloc() cleanupsEric Dumazet2011-12-192-4/+2
* | | | | | | | Revert "net: Remove unused neighbour layer ops."David S. Miller2011-12-191-0/+10
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-1936-491/+3298
|\ \ \ \ \ \ \ \
| * | | | | | | | cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan2011-12-161-0/+26
| * | | | | | | | cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez2011-12-161-4/+16
| * | | | | | | | mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan2011-12-151-0/+1