summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-18tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet1-2/+1
2013-10-18tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller10-5/+43
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-10-17openvswitch: fix vport-netdev unregisterAlexei Starovoitov3-5/+19
2013-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-5/+43
2013-10-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville6-3/+35
2013-10-14mac80211: fix crash if bitrate calculation goes wrongJohannes Berg1-0/+4
2013-10-14wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-10-12ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel1-2/+1
2013-10-12netem: free skb's in tree on resetstephen hemminger1-0/+16
2013-10-12netem: update backlog after dropstephen hemminger1-0/+1
2013-10-12l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet1-0/+4
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich1-1/+8
2013-10-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-2/+8
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller9-42/+59
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-10-09cfg80211: don't add p2p device while in RFKILLEmmanuel Grumbach2-2/+3
2013-10-09mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar63-453/+640
2013-10-09pkt_sched: fq: fix non TCP flows pacingEric Dumazet2-11/+10
2013-10-09net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-10-09pkt_sched: fq: fix typo for initial_quantumEric Dumazet1-1/+1
2013-10-09ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel1-2/+1
2013-10-08l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-10-086lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott1-0/+3
2013-10-086lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott1-0/+2
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert1-0/+4
2013-10-08xfrm: Add refcount handling to queued policiesSteffen Klassert1-7/+17
2013-10-07net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+4
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel1-2/+10
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-10-07net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2-8/+4
2013-10-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-14/+22
2013-10-04net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-14/+22
2013-10-03Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-16/+31
2013-10-03l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul2-4/+26
2013-10-03net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-10-03tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen1-0/+2
2013-10-03unix_diag: fix info leakMathias Krause1-0/+1
2013-10-02netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2013-10-02netfilter: ebt_ulog: fix info leaksMathias Krause1-6/+3