On Fri, May 30, 2014 at 7:03 AM, Rahul Garg wrote:
> Hi All,
>
> I am stuck at Task 08. Problem is I have to send files and changes
> using send-email utility. As per my understanding, whenever we need
> to add a new file to git, we use git add command, it creates a patch
> for it and then we wi
On Fri, May 30, 2014 at 07:03:53AM +0530, Rahul Garg wrote:
> Hi All,
>
> I am stuck at Task 08. Problem is I have to send files and changes
> using send-email utility. As per my understanding, whenever we need
> to add a new file to git, we use git add command, it creates a patch
> for it and th
Hi All,
I am stuck at Task 08. Problem is I have to send files and changes
using send-email utility. As per my understanding, whenever we need
to add a new file to git, we use git add command, it creates a patch
for it and then we will send it.
But when I did it, I got response saying that you s
On Thu, 29 May 2014 13:06:58 +0530, Ramana Reddy said:
> Is there any mechanism to get the payload area after extracting the transport
> header from skb at layer-2.
Step 0: Figure out why you're committing a layering violation and poking
around in the data down at layer 2. Ask yourself if a fragm
Hi All,
Is there any mechanism to get the payload area after extracting the
transport
header from skb at layer-2. I think we can do this with the combination of
skb_full and skb_reset_mac_header, skb_reset_network_header, and
skb_reset_transport_header
functions. My main interest is extract the pa