aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-3/+3
2011-12-23netfilter: xt_connbytes: handle negation correctlyFlorian Westphal1-3/+3
2011-12-23net: relax rcvbuf limitsEric Dumazet2-9/+3
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang1-2/+5
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet3-4/+4
2011-12-22mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2011-12-22bridge: provide a mtu() method for fake_dst_opsEric Dumazet1-0/+6
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2011-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-25/+181
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert2-4/+26
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+107
2011-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-2/+13
2011-12-20Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-13/+27
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2011-12-19llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu1-4/+10
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothJohn W. Linville3-2/+13
2011-12-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-1/+1
2011-12-18Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau1-0/+1
2011-12-18Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau1-1/+11
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-63/+86
2011-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+1
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-22/+13
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_cow().David S. Miller1-1/+1
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng2-2/+12
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-12-12nfc: signedness bug in __nci_request()Dan Carpenter1-1/+1
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil1-22/+13
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-53/+48
2011-12-07mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2011-12-07Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-5/+22
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothJohn W. Linville3-8/+7
2011-12-07batman-adv: delete global entry in case of roamingAntonio Quartulli1-3/+18
2011-12-07batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli1-2/+4
2011-12-06net: Silence seq_scale() unused warningStephen Boyd1-0/+2
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)1-3/+4
2011-12-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller3-19/+37
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller1-22/+13
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-19/+37
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov1-6/+6
2011-12-03Bluetooth: Correct version check in hci_setupAndrei Emeltchenko1-1/+1
2011-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-186/+337
2011-12-01netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NSDavid S. Miller1-1/+0
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01sch_red: fix red_changeEric Dumazet1-2/+2
2011-12-01SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust1-6/+4
2011-12-01Revert "udp: remove redundant variable"David S. Miller2-14/+16