summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* icmp: avoid allocating large struct on stackCong Wang2013-06-031-17/+23
* ] icmp: fix icmp_unreach() comment.Rami Rosen2013-06-031-1/+2
* ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-031-2/+10
* ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs2013-06-031-0/+4
* ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-034-41/+43
* sit: add IPv4 over IPv4 supportNicolas Dichtel2013-05-312-4/+117
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-313-4/+4
* net: clean up skb headers codeCong Wang2013-05-311-11/+5
* netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman2013-05-311-1/+1
* gro: should aggregate frames without DFEric Dumazet2013-05-311-1/+2
* net: Update RFS target at poll for tcp/udpDavid Majnemer2013-05-312-0/+4
* sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-05-311-1/+1
* tcp: undo on DSACK during recoveryYuchung Cheng2013-05-301-1/+7
* tcp: fix undo on partial ack in recoveryYuchung Cheng2013-05-301-26/+33
* tcp: refactor undo functionsYuchung Cheng2013-05-301-47/+50
* tcp: consolidate PRR packet accountingYuchung Cheng2013-05-301-25/+20
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-05-3024-364/+395
|\
| * batman-adv: Start new development cycleSimon Wunderlich2013-05-291-1/+1
| * batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-298-37/+51
| * batman-adv: print the VID properlyAntonio Quartulli2013-05-291-16/+21
| * batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-295-33/+49
| * batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-291-0/+7
| * batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2013-05-292-4/+0
| * batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-292-3/+18
| * batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-294-21/+21
| * batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-291-8/+15
| * batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli2013-05-293-31/+36
| * batman-adv: move ring_buffer helper functions in bat_iv_ogmAntonio Quartulli2013-05-294-80/+42
| * batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-296-18/+18
| * batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli2013-05-291-7/+1
| * batman-adv: do not silently ignore wrong conditionAntonio Quartulli2013-05-291-1/+1
| * batman-adv: don't check compat version twiceAntonio Quartulli2013-05-291-7/+0
| * batman-adv: don't check the source address twiceAntonio Quartulli2013-05-291-11/+1
| * batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli2013-05-291-1/+2
| * batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-293-11/+7
| * batman-adv: fix typos in kernel doc & commentsMarek Lindner2013-05-291-43/+39
| * batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer2013-05-294-1/+15
| * batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer2013-05-291-32/+52
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-283-4/+29
* | sctp: Correct access to skb->{network, transport}_headerSimon Horman2013-05-282-2/+2
* | ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-283-3/+5
* | ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-288-13/+19
* | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-281-2/+2
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-285-11/+15
|/
* net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller2013-05-281-5/+5
* arp: flush arp cache on IFF_NOARP changeTimo Teräs2013-05-281-0/+6
* net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2013-05-281-2/+7
* net: pass info struct via netdevice notifierJiri Pirko2013-05-2851-93/+124
* netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-272-13/+5
* MPLS: Add limited GSO supportSimon Horman2013-05-2712-2/+134
OpenPOWER on IntegriCloud