aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+2
2012-02-14netpoll: netpoll_poll_dev() should access dev->flagsGravatar Eric Dumazet 1-1/+1
2012-02-14RxRPC: Fix kcalloc parameters swappedGravatar Axel Lin 1-2/+2
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKGravatar Neal Cardwell 1-0/+4
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Gravatar Neal Cardwell 1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsGravatar Neal Cardwell 1-14/+22
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 18-59/+59
2012-02-10net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledGravatar Thomas Graf 1-1/+2
2012-02-10ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Gravatar Li Wei 1-1/+1
2012-02-10netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mGravatar Neil Horman 1-5/+2
2012-02-10netprio_cgroup: don't allocate prio table when a device is registeredGravatar Neil Horman 1-6/+0
2012-02-10netprio_cgroup: fix an off-by-one bugGravatar Neil Horman 1-1/+1
2012-02-09mac80211: Fix a rwlock bad magic bugGravatar Mohammed Shafi Shajakhan 1-2/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.Gravatar David S. Miller 4-9/+5
2012-02-08gro: more generic L2 header checkGravatar Eric Dumazet 1-2/+8
2012-02-07net: Fix build regression when INET_UDP_DIAG=y and IPV6=mGravatar Anisse Astier 1-1/+1
2012-02-04tcp_v4_send_reset: binding oif to iif in no sock caseGravatar Shawn Lu 1-0/+5
2012-02-04netprio_cgroup: Fix obo in get_prioidxGravatar Neil Horman 1-3/+4
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 2-3/+12
2012-02-02ceph: initialize client debugfs outside of monc->mutexGravatar Sage Weil 2-3/+12
2012-02-02caif: Bugfix double kfree_skb upon xmit failureGravatar Dmitry Tarnyagin 1-4/+6
2012-02-02caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.Gravatar sjur.brandeland@stericsson.com 1-9/+3
2012-02-02tcp: properly initialize tcp memory limitsGravatar Jason Wang 2-8/+2
2012-02-01mac80211: timeout a single frame in the rx reorder bufferGravatar Eliad Peller 1-1/+1
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceGravatar Ben Hutchings 1-0/+2
2012-02-01net: Disambiguate kernel messageGravatar Arun Sharma 2-8/+16
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 13-65/+52
2012-01-30af_unix: fix EPOLLET regression for stream socketsGravatar Eric Dumazet 1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSGravatar Neal Cardwell 1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGravatar Glauber Costa 2-3/+14
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+16
2012-01-27net caif: Register properly as a pernet subsystem.Gravatar Eric W. Biederman 2-21/+2
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 2-0/+2
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeGravatar Stefan Gula 1-0/+3
2012-01-26ipv6: Fix ip_gre lockless xmits.Gravatar Willem de Bruijn 1-0/+4
2012-01-26netns: fix net_alloc_generic()Gravatar Eric Dumazet 1-15/+16
2012-01-25tcp: bind() optimize port allocationGravatar Flavio Leitner 1-4/+2
2012-01-25tcp: bind() fix autoselection to share portsGravatar Flavio Leitner 1-0/+5
2012-01-25l2tp: l2tp_ip - fix possible oops on packet receiveGravatar James Chapman 1-5/+0
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.Gravatar David S. Miller 1-12/+8
2012-01-24net: flow_dissector.c missing include linux/export.hGravatar Jesper Dangaard Brouer 1-0/+1
2012-01-24llc: Fix race condition in llc_ui_recvmsgGravatar Radu Iliescu 1-0/+5
2012-01-24mac80211: set bss_conf.idle when vif is connectedGravatar Eliad Peller 1-0/+1
2012-01-24mac80211: update oper_channel on ibss joinGravatar Eliad Peller 1-0/+1
2012-01-23SUNRPC: Fix machine creds in generic_create_cred and generic_matchGravatar Trond Myklebust 1-1/+16
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersGravatar Michał Mirosław 1-0/+1
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.Gravatar David S. Miller 1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGravatar Glauber Costa 1-2/+2
2012-01-22tcp: md5: using remote adress for md5 lookup in rst packetGravatar shawnlu 2-2/+2