aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet
2011-12-31netfilter: ctnetlink: fix timeout calculationXi Wang
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov
2011-12-27packet: fix possible dev refcnt leak when bind failWei Yongjun
2011-12-24Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet
2011-12-24netfilter: ctnetlink: fix scheduling while atomic if helper is autoloadedPablo Neira Ayuso
2011-12-24netfilter: ctnetlink: fix return value of ctnetlink_get_expect()Pablo Neira Ayuso
2011-12-23Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan
2011-12-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller
2011-12-23netfilter: xt_connbytes: handle negation correctlyFlorian Westphal
2011-12-23net: relax rcvbuf limitsEric Dumazet
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-22mqprio: Avoid panic if no options are providedThomas Graf
2011-12-22bridge: provide a mtu() method for fake_dst_opsEric Dumazet
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell
2011-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet
2011-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-20Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-12-19llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-12-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-12-18Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan
2011-12-18Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau
2011-12-18Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei
2011-12-12nfc: signedness bug in __nci_request()Dan Carpenter
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-07mac80211: fix another race in aggregation startJohannes Berg
2011-12-07Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-12-07batman-adv: delete global entry in case of roamingAntonio Quartulli
2011-12-07batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli
2011-12-06net: Silence seq_scale() unused warningStephen Boyd
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)