aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Merge branch 'next-queue' into nextJames Morris1-0/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-3/+12
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-65/+52
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2-3/+14
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+16
2012-01-27net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-0/+2
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula1-0/+3
2012-01-26ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-26netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2012-01-25tcp: bind() optimize port allocationFlavio Leitner1-4/+2
2012-01-25tcp: bind() fix autoselection to share portsFlavio Leitner1-0/+5
2012-01-25l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-01-24net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer1-0/+1
2012-01-24llc: Fix race condition in llc_ui_recvmsgRadu Iliescu1-0/+5
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller1-0/+1
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller1-0/+1
2012-01-23SUNRPC: Fix machine creds in generic_create_cred and generic_matchTrond Myklebust1-1/+16
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-2/+2
2012-01-22tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2-2/+2
2012-01-22pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker1-2/+2
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng2-27/+15
2012-01-22netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-20tcp: fix undo after RTO for CUBICNeal Cardwell1-4/+6
2012-01-20tcp: fix undo after RTO for BICNeal Cardwell1-4/+7
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-0/+1
2012-01-18net: race condition in ipv6 forwarding and disable_ipv6 parametersFrancesco Ruggeri1-21/+40
2012-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-20/+37
2012-01-18mac80211: fix work removal on deauth requestJohannes Berg1-11/+27
2012-01-18mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona2-6/+6
2012-01-18mac80211: fix debugfs key->station symlinkJohannes Berg1-3/+4
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-100/+123
2012-01-17openvswitch: Fix multipart datapath dumps.Ben Pfaff1-4/+3
2012-01-17ipv6: fix per device IP snmp countersEric Dumazet1-2/+2
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter1-0/+1
2012-01-17net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław1-2/+3
2012-01-17net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings1-12/+19
2012-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller6-12/+28
2012-01-17caif: Remove bad WARN_ON in caif_devsjur.brandeland@stericsson.com1-7/+9
2012-01-17caif: Fix typo in Vendor/Product-ID for CAIF modemssjur.brandeland@stericsson.com1-1/+1
2012-01-17net: fix some sparse errorsEric Dumazet5-20/+21
2012-01-17net: kill duplicate included headerShan Wei3-3/+0
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings1-4/+4
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet1-2/+2