aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng55-107/+107
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng47-81/+94
2013-02-18ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-18ipv6: fix warning in xfrm6_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-18net: move ioctl functions into a separated fileCong Wang3-574/+577
2013-02-18ipv6: optimize inet6_hash_frag()Eric Dumazet1-14/+1
2013-02-18Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller1-59/+44
2013-02-15tipc: remove redundant checking for the number of iovecs in a send requestYing Xue1-6/+3
2013-02-15tipc: byte-based overload control on socket receive queueYing Xue1-38/+39
2013-02-15tipc: eliminate duplicated discard_rx_queue routineYing Xue1-15/+2
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar10-10/+207
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-31/+48
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar11-19/+12
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller6-39/+425
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang1-2/+2
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich3-6/+19
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich4-25/+125
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich3-29/+151
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich2-20/+50
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich4-35/+52
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich3-17/+49
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich6-10/+126
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich4-16/+99
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich5-18/+196
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich4-0/+41
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich4-0/+85
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich6-0/+296
2013-02-13net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann1-0/+7
2013-02-13net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann1-6/+6
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar7-12/+8
2013-02-13tcp: send packets with a socket timestampAndrey Vagin5-17/+30
2013-02-13tcp: set and get per-socket timestampAndrey Vagin1-0/+9
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin2-0/+4
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman1-3/+7
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-12act_police: improved accuracy at high ratesJiri Pirko1-46/+53
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko1-0/+15
2013-02-12tbf: improved accuracy at high ratesJiri Pirko1-39/+37
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko1-3/+3
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko2-56/+46
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko1-2/+2
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko1-3/+0
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko1-2/+2
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-40/+58
2013-02-12htb: fix values in opt dumpJiri Pirko1-2/+2
2013-02-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-5/+9
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet1-1/+1
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann2-31/+9