aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause2013-03-101-6/+0
* | | | | tunnel: use iptunnel_xmit() againCong Wang2013-03-103-32/+4
* | | | | ipip: capture inner headers during encapsulationPravin B Shelar2013-03-091-6/+7
* | | | | ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar2013-03-091-1/+20
* | | | | dcb: fix sparse warningsstephen hemminger2013-03-091-0/+1
* | | | | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-096-27/+105
* | | | | tunneling: Capture inner mac header during encapsulation.Pravin B Shelar2013-03-091-0/+2
* | | | | net: Add skb_headers_offset_update helper function.Pravin B Shelar2013-03-091-20/+14
* | | | | tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar2013-03-091-0/+4
* | | | | net: Kill link between CSUM and SG features.Pravin B Shelar2013-03-094-36/+46
* | | | | ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is setHannes Frederic Sowa2013-03-081-1/+3
* | | | | ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa2013-03-086-26/+26
* | | | | ipv6: ndisc: remove redundant check for !dev->addr_lenThomas Graf2013-03-081-2/+0
* | | | | ipv6 flowlabel: add __rcu annotationsEric Dumazet2013-03-071-3/+8
* | | | | bridge: use ipv4_is_local_multicast() helperAmerigo Wang2013-03-071-1/+1
* | | | | CAIF: fix indentation for function argumentsSilviu-Mihai Popescu2013-03-0712-56/+55
* | | | | tcp: uninline tcp_prequeue()Eric Dumazet2013-03-071-0/+44
* | | | | net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich2013-03-071-6/+75
* | | | | htb: add HTB_DIRECT_QLEN attributeEric Dumazet2013-03-061-15/+16
* | | | | netconf: add the handler to dump entriesNicolas Dichtel2013-03-062-2/+138
* | | | | net: introduce NAPI_POLL_WEIGHTEric Dumazet2013-03-051-0/+3
* | | | | tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner2013-03-051-0/+4
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0519-139/+175
|\ \ \ \ | |/ / / |/| | |
| * | | tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-041-3/+3
| * | | CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu2013-03-041-2/+2
| * | | rds: simplify a warning messageCong Wang2013-03-041-4/+1
| * | | net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
| * | | sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3
| * | | rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-041-0/+3
| * | | caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu2013-03-031-1/+1
| * | | sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
| * | | ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-012-4/+8
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-014-90/+62
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-014-90/+62
| | |\| |
| | | * | mac80211: fix monitor mode channel reportingFelix Fietkau2013-02-261-3/+9
| | | * | mac80211: fix idle handling in monitor modeFelix Fietkau2013-02-261-1/+1
| | | * | mac80211: Ensure off-channel frames don't get queuedSeth Forshee2013-02-261-25/+31
| | | * | mac80211: fix the problem of forwarding from DS to DS in MeshChun-Yeow Yeoh2013-02-261-1/+16
| | | * | nl80211: remove TCP WoWLAN informationJohannes Berg2013-02-261-45/+0
| | | * | nl80211: remove radar informationJohannes Berg2013-02-261-13/+3
| | | * | mac80211: fix tim_lock lockingJohannes Berg2013-02-261-2/+2
| * | | | l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
| |/ / /
| * | | sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-281-11/+43
| * | | sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-281-4/+22
| * | | sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-281-2/+7
| * | | sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts2013-02-281-6/+7
| * | | net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-271-3/+3
| * | | irda: small read beyond end of array in debug codeDan Carpenter2013-02-271-2/+5
| | |/ | |/|
| * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+2
| |\ \
| | * | netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-02-211-1/+2