summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | bridge: Add flag to control mac learning.Vlad Yasevich2013-06-115-4/+13
* | | net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-101-7/+1
* | | tcp: add low latency socket poll support.Eliezer Tamir2013-06-103-0/+9
* | | udp: add low latency socket poll supportEliezer Tamir2013-06-103-2/+14
* | | net: add low latency socket pollEliezer Tamir2013-06-106-0/+39
* | | net: add napi_id and hashEliezer Tamir2013-06-101-0/+59
* | | netlink: allow large data transfers from user-spacePablo Neira Ayuso2013-06-071-2/+35
* | | net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-075-318/+336
* | | net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann2013-06-071-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-062-41/+44
|\ \ \
| * | | net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2013-06-062-41/+44
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-0613-79/+135
|\ \ \ \
| * | | | netfilter: nfnetlink_queue: only add CAP_LEN attr when neededFlorian Westphal2013-06-051-1/+2
| * | | | netfilter: nfnetlink_queue: cleanup copy_range usageFlorian Westphal2013-06-051-10/+12
| * | | | netfilter: Implement RFC 1123 for FTP conntrackJeff Mahoney2013-05-271-19/+54
| * | | | netfilter: nfnetlink_queue: avoid peer_portid testFlorian Westphal2013-05-261-4/+0
| * | | | ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei2013-05-261-2/+2
| * | | | ipvs: use cond_resched_rcu() helper when walking connectionsSimon Horman2013-05-231-15/+8
| * | | | netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2013-05-233-1/+13
| * | | | netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso2013-05-233-11/+19
| * | | | bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang2013-05-231-3/+3
| * | | | netfilter: xt_socket: use IP early demuxEric Dumazet2013-05-231-10/+16
| * | | | netfilter: xt_CT: optimize XT_CT_NOTRACKEric Dumazet2013-05-231-4/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-0536-121/+297
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-0529-90/+227
| |\ \ \ \
| | * | | | net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet2013-06-041-17/+17
| | * | | | net: fix sk_buff head without data areaPablo Neira2013-06-042-3/+3
| | * | | | ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-041-1/+3
| | * | | | net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-024-15/+17
| | * | | | xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-313-1/+8
| | * | | | udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-311-8/+12
| | * | | | net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-05-311-1/+1
| | * | | | net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-05-311-4/+7
| | * | | | net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-05-311-1/+2
| | * | | | net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-05-311-0/+1
| | * | | | snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel2013-05-311-1/+1
| | * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-05-315-15/+47
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-295-15/+47
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-05-284-14/+47
| | | | |\ \ \ \
| | | | | * | | | mac80211: Allow single vif mac address change with addr_maskHelmut Schaa2013-05-271-6/+20
| | | | | * | | | mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-05-271-0/+9
| | | | | * | | | mac80211: assign AP_VLAN hw queues correctlyJohannes Berg2013-05-271-0/+3
| | | | | | |_|/ | | | | | |/| |
| | | | | * | | cfg80211: fix reporting 64-bit station info tx bytesFelix Fietkau2013-05-231-1/+1
| | | | | * | | mac80211: fix queue handling crashJohannes Berg2013-05-231-1/+5
| | | | | * | | cfg80211: check wdev->netdev in connection workJohannes Berg2013-05-231-0/+3
| | | | | * | | mac80211: fix direct probe authStanislaw Gruszka2013-05-171-6/+6
| | | | * | | | NFC: Remove commented out LLCP related Makefile linePaul Bolle2013-05-211-1/+0
| | | | |/ / /
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-05-308-16/+67
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | ipvs: ip_vs_sh: fix buildJan Beulich2013-05-291-1/+1
| | | * | | | netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček2013-05-291-1/+1
OpenPOWER on IntegriCloud