summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller56-390/+525
2014-03-05ieee802154: fix whitespace issues in KconfigAlexander Aring1-1/+1
2014-03-04cfg80211: add MPLS and 802.21 classificationSimon Wunderlich1-0/+16
2014-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds53-384/+500
2014-03-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-1/+32
2014-03-04net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-03-04Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca...David S. Miller1-21/+5
2014-03-04tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng6-4/+21
2014-03-04ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long1-1/+0
2014-03-04sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA1-11/+12
2014-03-04tcp: fix bogus RTT on special retransmissionYuchung Cheng2-4/+10
2014-03-04hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter1-1/+1
2014-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+32
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp1-21/+5
2014-03-036lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1
2014-03-036lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-03-036lowpan: fix type of datagram size parameterAlexander Aring1-1/+1
2014-03-016lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring4-208/+680
2014-03-016lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-03-016lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2-0/+1
2014-03-016lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-03-016lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-03-016lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-03-01packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13
2014-02-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-1/+32
2014-02-28ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-02-28neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller10-64/+99
2014-02-28neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller10-178/+591
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-12/+19
2014-02-28net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti1-0/+1
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-64/+99
2014-02-27mac80211: fix association to 20/40 MHz VHT networksJohannes Berg1-0/+1
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet14-160/+158
2014-02-27ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2-5/+6
2014-02-27ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2-7/+4
2014-02-27ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa1-2/+1
2014-02-27neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-27ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork1-1/+3
2014-02-27net: Add sysfs file for port numberAmir Vadai1-0/+2
2014-02-27net: tcp: add mib counters to track zero window transitionsFlorian Westphal2-1/+14
2014-02-27net: tcp: use NET_INC_STATS()Eric Dumazet1-2/+2
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert1-1/+1
2014-02-26net: Fix permission check in netlink_connect()Mike Pecovnik1-2/+2
2014-02-26ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2-10/+17
2014-02-25cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic1-1/+9
2014-02-25vti4: Enable namespace changingSteffen Klassert1-1/+0
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-5/+24