summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | ipvs: fix ARP resolving for direct routing modeJulian Anastasov2012-10-081-1/+5
* | | | | | | | | | ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-081-4/+17
* | | | | | | | | | ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-085-27/+32
* | | | | | | | | | ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2012-10-082-3/+2Star
* | | | | | | | | | ipv4: fix forwarding for strict source routesJulian Anastasov2012-10-081-1/+1
* | | | | | | | | | ipv4: fix sending of redirectsJulian Anastasov2012-10-082-15/+18
* | | | | | | | | | ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet2012-10-081-9/+2Star
* | | | | | | | | | vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-082-10/+7Star
* | | | | | | | | | net: gro: selective flush of packetsEric Dumazet2012-10-081-7/+31
* | | | | | | | | | ipv4: Don't report stale pmtu values to userspaceSteffen Klassert2012-10-081-8/+11
* | | | | | | | | | ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert2012-10-081-0/+3
* | | | | | | | | | ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert2012-10-081-11/+11
* | | | | | | | | | net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet2012-10-071-6/+8
* | | | | | | | | | ipv6: GRO should be ECN friendlyEric Dumazet2012-10-071-4/+7
* | | | | | | | | | net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-071-4/+2Star
* | | | | | | | | | net: remove skb recyclingEric Dumazet2012-10-071-47/+0Star
* | | | | | | | | | netlink: add reference of module in netlink_dump_startGao feng2012-10-071-8/+21
|/ / / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-0512-36/+31Star
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-041-5/+6
| * | | | | | | | Remove noisy printks from llcp_sock_connectDave Jones2012-10-041-6/+2Star
| * | | | | | | | tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
| * | | | | | | | silence some noisy printks in irdaDave Jones2012-10-042-2/+2
| * | | | | | | | sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-043-8/+13
| * | | | | | | | sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-041-1/+1
| * | | | | | | | ipv4: add a fib_type to fib_infoEric Dumazet2012-10-041-0/+2
| * | | | | | | | 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-031-1/+2
| * | | | | | | | ipv6: don't add link local route when there is no link local addressNicolas Dichtel2012-10-031-13/+2Star
* | | | | | | | | sections: fix section conflicts in netAndi Kleen2012-10-056-6/+6
* | | | | | | | | sections: fix section conflicts in net/canAndi Kleen2012-10-054-4/+4
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-036-70/+83
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | make get_file() return its argumentAl Viro2012-09-272-4/+2Star
| * | | | | | | new helper: iterate_fd()Al Viro2012-09-271-26/+12Star
| * | | | | | | unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-273-17/+30
| * | | | | | | take descriptor handling from sock_alloc_file() to callersAl Viro2012-09-271-22/+40
* | | | | | | | workqueue: avoid using deprecated functionsLinus Torvalds2012-10-035-18/+18
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02348-7791/+14603
|\ \ \ \ \ \ \ \
| * | | | | | | | igmp: export symbol ip_mc_leave_groupstephen hemminger2012-10-021-0/+1
| * | | | | | | | netlink: add attributes to fdb interfacestephen hemminger2012-10-023-4/+7
| * | | | | | | | gre: fix sparse warningstephen hemminger2012-10-011-2/+2
| * | | | | | | | net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter2012-10-011-0/+3
| * | | | | | | | ipv4: gre: add GRO capabilityEric Dumazet2012-10-011-2/+11
| * | | | | | | | net: add gro_cells infrastructureEric Dumazet2012-10-011-0/+2
| * | | | | | | | tcp: gro: add checksuming helpersEric Dumazet2012-10-012-6/+33
| * | | | | | | | ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel2012-10-011-2/+8
| * | | | | | | | use skb_end_offset() in skb_try_coalesce()Weiping Pan2012-10-011-2/+1Star
| * | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-3047-919/+1849
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-2847-919/+1849
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | NFC: Fix sleeping in atomic when releasing socketSzymon Janc2012-09-271-5/+5
| | | * | | | | | | | NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc2012-09-271-7/+39
| | | * | | | | | | | NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville2012-09-271-0/+8